]> granicus.if.org Git - python/commitdiff
clarify buffer arg #7178
authorBenjamin Peterson <benjamin@python.org>
Tue, 20 Oct 2009 21:55:17 +0000 (21:55 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 20 Oct 2009 21:55:17 +0000 (21:55 +0000)
Doc/library/io.rst

index a85e9242b7a766cf1cc4fa9e3c74f08f407274ac..3308639035665ef3524ce6d88c81f1160cfd18e4 100644 (file)
@@ -108,8 +108,8 @@ Module Interface
 
    *buffering* is an optional integer used to set the buffering policy.  By
    default full buffering is on.  Pass 0 to switch buffering off (only allowed
-   in binary mode), 1 to set line buffering, and an integer > 1 for full
-   buffering.
+   in binary mode), 1 to set line buffering, and an integer > 1 to indicate the
+   size of the buffer.
 
    *encoding* is the name of the encoding used to decode or encode the file.
    This should only be used in text mode.  The default encoding is platform