python: Fix docs for when python dll is missing.

windows-high-dpi
Doug Coleman 2018-02-19 17:09:59 -06:00
parent 9c72ab89b2
commit 0b4ec06460
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ HELP: >py
{ $values { "obj" "a factor object" } { "py-obj" "a python object" } } { $values { "obj" "a factor object" } { "py-obj" "a python object" } }
{ $description "Converts a factor objects to its most fitting python representation." } { $description "Converts a factor objects to its most fitting python representation." }
{ $examples { $examples
{ $example { $unchecked-example
"USING: arrays prettyprint python sequences ;" "USING: arrays prettyprint python sequences ;"
"10 <iota> >array >py py> ." "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 }"