Commit a2dd3b23 authored by Zachary Ware's avatar Zachary Ware

Issue #22004: Correct an argument name.

parent e7829bdf
......@@ -287,7 +287,7 @@ I/O Base Classes
most *limit* bytes will be read.
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.
.. method:: readlines(hint=-1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment