diff --git a/implementations/Python/joy.py b/implementations/Python/joy.py index 9acd7d1..ee4c012 100755 --- a/implementations/Python/joy.py +++ b/implementations/Python/joy.py @@ -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)