python: Fix docs for when python dll is missing.
parent
9c72ab89b2
commit
0b4ec06460
|
@ -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 }"
|
||||||
|
|
Loading…
Reference in New Issue