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

View File

@ -121,7 +121,6 @@ class World(object):
class StackDisplayWorld(World): class StackDisplayWorld(World):
def __init__(self, repo, filename, rel_filename, dictionary=None, text_widget=None): def __init__(self, repo, filename, rel_filename, dictionary=None, text_widget=None):
self.filename = filename self.filename = filename
stack = self.load_stack() or () stack = self.load_stack() or ()

View File

@ -36,7 +36,7 @@ from .utils.pretty_print import TracePrinter
def joy(stack, expression, dictionary, viewer=None): def joy(stack, expression, dictionary, viewer=None):
'''Evaluate the Joy expression on the stack. '''Evaluate the Joy expression on the stack.
The basic joy() function is quite straightforward. It iterates through a The basic joy() function is quite straightforward. It iterates through a
sequence of terms which are either literals (strings, numbers, sequences) sequence of terms which are either literals (strings, numbers, sequences)
or functions. Literals are put onto the stack and functions are or functions. Literals are put onto the stack and functions are

View File

@ -64,8 +64,8 @@ from .utils.types import (
poly_combinator_effect, poly_combinator_effect,
doc_from_stack_effect, doc_from_stack_effect,
) )
_SYM_NUMS = count().next _SYM_NUMS = count().next
_COMB_NUMS = count().next _COMB_NUMS = count().next
@ -243,7 +243,7 @@ make_generator == [codireco] ccons
ifte == [nullary not] dipd branch ifte == [nullary not] dipd branch
''' '''
# #
# #
# ifte == [nullary] dipd swap branch # ifte == [nullary] dipd swap branch
# genrec == [[genrec] cons cons cons cons] nullary swons concat ifte # genrec == [[genrec] cons cons cons cons] nullary swons concat ifte