]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #22004: Correct an argument name.
authorZachary Ware <zachary.ware@gmail.com>
Fri, 18 Jul 2014 14:11:48 +0000 (09:11 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 18 Jul 2014 14:11:48 +0000 (09:11 -0500)
Doc/library/io.rst

index 0c7d3c7f6b0e05de92996cec148bf20467750164..b8dc688a6307fa1e7ef2401abf6217f3463bf43f 100644 (file)
@@ -289,7 +289,7 @@ I/O Base Classes
       most *size* 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)