summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-16 20:08:12 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-16 20:08:12 (GMT)
commit399dd7bd8e6d582211657a3ea7d22aa194711446 (patch)
treed6a95681df242a703530020ac9e6574c2e8b668b
parent469da97c1e7b1a36771ed6fe819473ba81569422 (diff)
parent8b8df5a8fb9f660d8276cf64ed43439bba236829 (diff)
downloadcpython-399dd7bd8e6d582211657a3ea7d22aa194711446.zip
cpython-399dd7bd8e6d582211657a3ea7d22aa194711446.tar.gz
cpython-399dd7bd8e6d582211657a3ea7d22aa194711446.tar.bz2
Merge heads default.
-rw-r--r--Doc/library/functions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 7648c73..ceb75d2 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -886,8 +886,8 @@ are always available. They are listed here in alphabetical order.
*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