Skip to content

Commit 632a7c7

Browse files
committed
reword comment
1 parent 0a0b108 commit 632a7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ Text I/O
10401040

10411041
Example usage::
10421042

1043-
# decoding newlines for universal newlines mode
1043+
# decoding newlines in universal newlines mode
10441044
>>> import io
10451045
>>> io.TextIOWrapper(io.BytesIO(b'1\r\n2\r3\n4')).read()
10461046
'1\n2\n3\n4'

0 commit comments

Comments
 (0)