]> gitweb.factorcode.org Git - factor.git/commitdiff
python: Fix docs for when python dll is missing.
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 19 Feb 2018 23:09:59 +0000 (17:09 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 19 Feb 2018 23:09:59 +0000 (17:09 -0600)
extra/python/python-docs.factor

index d6371151f9bf7b8399e09d0942975a9509b52ec1..a103f36b197cddd17d70698aa5a8fcc1901ecc40 100644 (file)
@@ -12,7 +12,7 @@ HELP: >py
 { $values { "obj" "a factor object" } { "py-obj" "a python object" } }
 { $description "Converts a factor objects to its most fitting python representation." }
 { $examples
-  { $example
+  { $unchecked-example
     "USING: arrays prettyprint python sequences ;"
     "10 <iota> >array >py py> ."
     "{ 0 1 2 3 4 5 6 7 8 9 }"