mirror of https://github.com/python/cpython.git
Correct typo in last line (test program invocation).
This commit is contained in:
parent
9115eb522e
commit
2b1566be9d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue