diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-11-03 02:32:46 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-11-03 02:32:46 +0000 |
commit | abd8a336a3ab390a2ea4b15a0ecd187e482001af (patch) | |
tree | ff6e8502e3fc60d51ee5309d6a01a7b8b6bd76dc /Lib/test/test_bufio.py | |
parent | be1bc3b63a0a07af4b204519bb0decd9714ea8ba (diff) | |
download | cpython-git-abd8a336a3ab390a2ea4b15a0ecd187e482001af.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_bufio.py')
-rw-r--r-- | Lib/test/test_bufio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bufio.py b/Lib/test/test_bufio.py index a3196ca268..14a926a570 100644 --- a/Lib/test/test_bufio.py +++ b/Lib/test/test_bufio.py @@ -36,7 +36,7 @@ class BufferSizeTest(unittest.TestCase): os.unlink(test_support.TESTFN) except: pass - + def drive_one(self, pattern): for length in lengths: # Repeat string 'pattern' as often as needed to reach total length |