Fix typo in hyperlink in README.

This commit is contained in:
Simon Forman
2022-09-19 19:43:34 -07:00
parent fab172daf4
commit 36a9967e6c
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -307,9 +307,9 @@ def joy(stack, expression, dictionary):
'''
expr = push_quote(expression) # We keep a stack-of-stacks, see below.
while expr:
## print(
## f'{stack_to_string(stack)} • {expr_to_string(expr)}'
## )
print(
f'{stack_to_string(stack)}{expr_to_string(expr)}'
)
term, expr = next_term(expr)
if isinstance(term, Symbol):
try: