Whitespace normalization.

This commit is contained in:
Tim Peters 2002-02-16 07:34:19 +00:00
parent 20882dd174
commit e4418609f7
4 changed files with 10 additions and 10 deletions

View file

@ -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)