diff options
author | Tim Peters <tim.peters@gmail.com> | 2005-12-25 23:18:31 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2005-12-25 23:18:31 +0000 |
commit | 536cf99536bce562cfcb44a856fac1c84b9de4c3 (patch) | |
tree | 80cf0f425cfc703b228aad716ed66cd4a5080c03 /Lib/test/bad_coding2.py | |
parent | test_bug_1333982(): This one must fail under -O. (diff) | |
download | cpython-536cf99536bce562cfcb44a856fac1c84b9de4c3.tar.gz cpython-536cf99536bce562cfcb44a856fac1c84b9de4c3.tar.bz2 cpython-536cf99536bce562cfcb44a856fac1c84b9de4c3.zip |
Whitespace normalization.
Diffstat (limited to 'Lib/test/bad_coding2.py')
-rw-r--r-- | Lib/test/bad_coding2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/bad_coding2.py b/Lib/test/bad_coding2.py index 604b122405e..cc959b0a350 100644 --- a/Lib/test/bad_coding2.py +++ b/Lib/test/bad_coding2.py @@ -1,2 +1,2 @@ #coding: utf8
-print '我'
\ No newline at end of file +print '我'
|