Skip to content

Commit 1a51237

Browse files
guocimerwok
andauthored
Update Doc/library/io.rst
Co-authored-by: Éric <merwok@netwok.org>
1 parent 6271bf6 commit 1a51237

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-
# docoding newlines for universal newlines mode.
1043+
# decoding newlines for 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)