diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-09 20:17:14 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-09 20:17:14 (GMT) |
commit | 10fb3863994a7242dd6f86bf8d571d30338f2061 (patch) | |
tree | 1a984ecfc3d553363d59a34a2d66db189f23c758 /Lib/test/test_grammar.py | |
parent | 658cba6706eb4a2ad8b3e235cf0db9fe1c8e9e6b (diff) | |
download | cpython-10fb3863994a7242dd6f86bf8d571d30338f2061.zip cpython-10fb3863994a7242dd6f86bf8d571d30338f2061.tar.gz cpython-10fb3863994a7242dd6f86bf8d571d30338f2061.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_grammar.py')
-rw-r--r-- | Lib/test/test_grammar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py index b7af64a..5865e8c 100644 --- a/Lib/test/test_grammar.py +++ b/Lib/test/test_grammar.py @@ -367,7 +367,7 @@ while not msg: finally: msg = "continue + try/finally ok" print msg - + print 'return_stmt' # 'return' [testlist] def g1(): return def g2(): return 1 |