From: Zachary Ware Date: Fri, 18 Jul 2014 14:11:48 +0000 (-0500) Subject: Issue #22004: Correct an argument name. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2dd3b23af1aa638a5ecea20f1c43e894b5fc10e;p=python Issue #22004: Correct an argument name. --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 7b40085866..ab5a043607 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -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)