[Python-checkins] cpython (2.7): Issue #22004: Correct an argument name.

zach.ware python-checkins at python.org
Fri Jul 18 16:15:50 CEST 2014


http://hg.python.org/cpython/rev/4c98086194d5
changeset:   91725:4c98086194d5
branch:      2.7
parent:      91708:308f3c1e36d3
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jul 18 09:11:48 2014 -0500
summary:
  Issue #22004: Correct an argument name.

files:
  Doc/library/io.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/io.rst b/Doc/library/io.rst
--- a/Doc/library/io.rst
+++ b/Doc/library/io.rst
@@ -287,7 +287,7 @@
       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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list