]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/python/python-docs.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / python / python-docs.factor
index e1a072bb6e92f22fe2c740f8ee2f66f21a1f9f5b..d6371151f9bf7b8399e09d0942975a9509b52ec1 100644 (file)
@@ -14,7 +14,7 @@ HELP: >py
 { $examples
   { $example
     "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 }"
   }
 }