[Python-checkins] cpython (merge default -> default): Merge heads default.

terry.reedy python-checkins at python.org
Sat Mar 16 21:08:57 CET 2013


http://hg.python.org/cpython/rev/9a2f4418e65a
changeset:   82699:9a2f4418e65a
parent:      82691:0a15a58ac4a1
parent:      82695:533a60251b9d
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Mar 16 16:08:12 2013 -0400
summary:
  Merge heads default.

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


diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -886,8 +886,8 @@
    *buffering* is an optional integer used to set the buffering policy.  Pass 0
    to switch buffering off (only allowed in binary mode), 1 to select line
    buffering (only usable in text mode), and an integer > 1 to indicate the size
-   of a fixed-size chunk buffer.  When no *buffering* argument is given, the
-   default buffering policy works as follows:
+   in bytes of a fixed-size chunk buffer.  When no *buffering* argument is
+   given, the default buffering policy works as follows:
 
    * Binary files are buffered in fixed-size chunks; the size of the buffer is
      chosen using a heuristic trying to determine the underlying device's "block

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


More information about the Python-checkins mailing list