diff options
Diffstat (limited to 'Lib/test')
-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) |