Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efe030c

Browse files
committed
Closes #22004: Merge with 3.4
2 parents 457b9a6 + 0069eac commit efe030c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ I/O Base Classes
289289
most *size* bytes will be read.
290290

291291
The line terminator is always ``b'\n'`` for binary files; for text files,
292-
the *newlines* argument to :func:`open` can be used to select the line
292+
the *newline* argument to :func:`open` can be used to select the line
293293
terminator(s) recognized.
294294

295295
.. method:: readlines(hint=-1)

0 commit comments

Comments
 (0)