summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-16 19:56:50 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-16 19:56:50 (GMT)
commitf39cab1076d2ec92f641e0428c18bbb527cf41b1 (patch)
tree853f797110e8428eb7e97155a2fdf31d87588a0c /Doc
parente3eb0615af1389f221cb617de71fe9bb42bb7769 (diff)
parentdff04f44bc0a6f2964b71581934fb1d3f7335fd1 (diff)
downloadcpython-f39cab1076d2ec92f641e0428c18bbb527cf41b1.zip
cpython-f39cab1076d2ec92f641e0428c18bbb527cf41b1.tar.gz
cpython-f39cab1076d2ec92f641e0428c18bbb527cf41b1.tar.bz2
Merge with 3.2
Diffstat (limited to 'Doc')
-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 f1e6dc2..91d0aaf 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -876,8 +876,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