Skip to content

Commit 0a0b108

Browse files
guocimerwok
andauthored
Update Doc/library/io.rst
Co-authored-by: Éric <merwok@netwok.org>
1 parent 013b1ca commit 0a0b108

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
@@ -1087,7 +1087,7 @@ Text I/O
10871087
# .getvalue() will now raise an exception.
10881088
output.close()
10891089

1090-
# docoding newlines for universal newlines mode.
1090+
# decoding newlines in universal newlines mode
10911091
io.StringIO('1\r\n2\r3\n4', newline=None).getvalue()
10921092
# '1\n2\n3\n4'
10931093

0 commit comments

Comments
 (0)