Rebuild docs

This commit is contained in:
Simon Forman
2020-05-17 16:40:58 -07:00
parent ef6411205d
commit 56da4690d0
84 changed files with 7456 additions and 7972 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ class DefinitionWrapper(object):
Given some text describing a Joy function definition parse it and
return a DefinitionWrapper.
'''
return class_(*(n.strip() for n in defi.split(maxsplit=1)))
return class_(*(n.strip() for n in defi.split(None, 1)))
@classmethod
def add_definitions(class_, defs, dictionary):