diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-02-16 07:34:19 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-02-16 07:34:19 (GMT) |
commit | e4418609f79b94b91bda2621b5e6f067fb6a31d5 (patch) | |
tree | f274a8311f3398d31f2019808bea1fb332bb8690 /Lib/test/test_StringIO.py | |
parent | 20882dd1742310c8cf6858354ecb150810adb95c (diff) | |
download | cpython-e4418609f79b94b91bda2621b5e6f067fb6a31d5.zip cpython-e4418609f79b94b91bda2621b5e6f067fb6a31d5.tar.gz cpython-e4418609f79b94b91bda2621b5e6f067fb6a31d5.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_StringIO.py')
-rw-r--r-- | Lib/test/test_StringIO.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_StringIO.py b/Lib/test/test_StringIO.py index bf3640c..a340e3b 100644 --- a/Lib/test/test_StringIO.py +++ b/Lib/test/test_StringIO.py @@ -76,7 +76,7 @@ class TestStringIO(TestGenericStringIO): # The StringIO module also supports concatenating Unicode # snippets to larger Unicode strings. This is tested by this # method. Note that cStringIO does not support this extension. - + f = self.MODULE.StringIO() f.write(self._line[:6]) f.seek(3) |