diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-07-18 14:14:55 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-07-18 14:14:55 (GMT) |
commit | efe030c60957707a49cfed706e5d119da4c4cede (patch) | |
tree | 7dfa83485f6b138f2b995a28f6c9abc6c3304cc5 /Doc/library/io.rst | |
parent | 457b9a689b91112d2a79707f1948bea63c430150 (diff) | |
parent | 0069eac0e582aad4d0399b908f6bcdcb19827151 (diff) | |
download | cpython-efe030c60957707a49cfed706e5d119da4c4cede.zip cpython-efe030c60957707a49cfed706e5d119da4c4cede.tar.gz cpython-efe030c60957707a49cfed706e5d119da4c4cede.tar.bz2 |
Closes #22004: Merge with 3.4
Diffstat (limited to 'Doc/library/io.rst')
-rw-r--r-- | Doc/library/io.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 03e3fd4..533ba9d 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) |