mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
20882dd174
commit
e4418609f7
4 changed files with 10 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue