Make it compatible with Xerblin.

This commit is contained in:
sforman 2023-07-24 11:29:06 -07:00
parent 7cd5943d89
commit 0fa617766f
1 changed files with 1 additions and 1 deletions

View File

@ -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)