Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 457b9a6 + 0069eac commit efe030cCopy full SHA for efe030c
1 file changed
Doc/library/io.rst
@@ -289,7 +289,7 @@ I/O Base Classes
289
most *size* bytes will be read.
290
291
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
+ the *newline* argument to :func:`open` can be used to select the line
293
terminator(s) recognized.
294
295
.. method:: readlines(hint=-1)
0 commit comments