OSDN Git Service

Make it compatible with Xerblin.
authorsforman <sforman@hushmail.com>
Mon, 24 Jul 2023 18:29:06 +0000 (11:29 -0700)
committersforman <sforman@hushmail.com>
Mon, 24 Jul 2023 18:29:06 +0000 (11:29 -0700)
implementations/Python/joy.py

index 9acd7d1..ee4c012 100755 (executable)
@@ -520,7 +520,7 @@ def run(text, stack, dictionary):
     :param str text: Joy code.
     :param stack stack: The stack.
     :param dict dictionary: A ``dict`` mapping names to Joy functions.
-    :rtype: (stack, (), dictionary)
+    :rtype: (stack, dictionary)
 
     '''
     return joy(stack, text_to_expression(text), dictionary)