From: Zachary Ware Date: Fri, 18 Jul 2014 14:11:48 +0000 (-0500) Subject: Issue #22004: Correct an argument name. X-Git-Tag: v3.4.2rc1~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0069eac0e582aad4d0399b908f6bcdcb19827151;p=thirdparty%2FPython%2Fcpython.git Issue #22004: Correct an argument name. --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 0c7d3c7f6b0e..b8dc688a6307 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -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)