Remove some trailing blankspace.

This commit is contained in:
Simon Forman
2018-11-28 13:00:03 -08:00
parent 343812dac6
commit b27adb7e1c
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ from .utils.pretty_print import TracePrinter
def joy(stack, expression, dictionary, viewer=None):
'''Evaluate the Joy expression on the stack.
The basic joy() function is quite straightforward. It iterates through a
sequence of terms which are either literals (strings, numbers, sequences)
or functions. Literals are put onto the stack and functions are