From 60f7197134f7b2f99da32dab46fec62ffea2a872 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 27 Oct 2014 11:33:59 -0700 Subject: [PATCH] python: Fix >py stack effect for docs. --- extra/python/python.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/python/python.factor b/extra/python/python.factor index 70a4bc425b..71e172e2ae 100644 --- a/extra/python/python.factor +++ b/extra/python/python.factor @@ -61,7 +61,7 @@ SPECIALIZED-ARRAY: void* DEFER: >py -GENERIC: >py ( obj -- obj' ) +GENERIC: >py ( obj -- py-obj ) M: string >py utf8>py-unicode check-new-ref ; M: math:fixnum >py