python: Call py-initialize in example, just in case it hasn't been called. Otherwise, python segfaults..

db4
Doug Coleman 2014-07-04 01:56:03 -07:00
parent 79b0948377
commit 91b16d7ed1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ HELP: >py
{ $examples
{ $example
"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 }"
}
}