python: Call py-initialize in example, just in case it hasn't been called. Otherwise, python segfaults..
parent
79b0948377
commit
91b16d7ed1
|
@ -13,7 +13,7 @@ HELP: >py
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $example
|
{ $example
|
||||||
"USING: arrays prettyprint python sequences ;"
|
"USING: arrays prettyprint python sequences ;"
|
||||||
"10 iota >array >py py> ."
|
"py-initialize 10 iota >array >py py> ."
|
||||||
"{ 0 1 2 3 4 5 6 7 8 9 }"
|
"{ 0 1 2 3 4 5 6 7 8 9 }"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue