Commit 9c47d778 authored by Raymond Hettinger's avatar Raymond Hettinger

Neaten up example so it can be cut and pasted.

parent 51663750
......@@ -1336,8 +1336,8 @@ successive matches::
tax := price * 0.05;
'''
>>> for token in tokenize(statements):
... print(token)
...
print(token)
Token(typ='ID', value='total', line=1, column=8)
Token(typ='ASSIGN', value=':=', line=1, column=14)
Token(typ='ID', value='total', line=1, column=17)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment