]> granicus.if.org Git - python/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 7b400858668fe186c678c022231dfb25fbf27099..ab5a0436078fc26880e04a8460868e4aebfba935 100644 (file)
@@ -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)