Issue #22004: Correct an argument name.
This commit is contained in:
parent
be0a2d767c
commit
0069eac0e5
|
@ -289,7 +289,7 @@ I/O Base Classes
|
||||||
most *size* bytes will be read.
|
most *size* bytes will be read.
|
||||||
|
|
||||||
The line terminator is always ``b'\n'`` for binary files; for text files,
|
The line terminator is always ``b'\n'`` for binary files; for text files,
|
||||||
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
|
||||||
terminator(s) recognized.
|
terminator(s) recognized.
|
||||||
|
|
||||||
.. method:: readlines(hint=-1)
|
.. method:: readlines(hint=-1)
|
||||||
|
|
Loading…
Reference in New Issue