Commit 2b1566be authored by Guido van Rossum's avatar Guido van Rossum

Correct typo in last line (test program invocation).

parent 9115eb52
......@@ -190,4 +190,4 @@ def tokenize(readline, tokeneater=printtoken):
if __name__ == '__main__': # testing
import sys
if len(sys.argv) > 1: tokenize(open(sys.argv[1]).readline)
else: tokenize(syss.tdin.readline)
else: tokenize(sys.stdin.readline)
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