From 810a80ab6451a7173b168c89feb73f04329f2852 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 20 Oct 2009 21:56:16 +0000 Subject: [PATCH] clarify the buffer arg --- Doc/library/functions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 54dd2ea11a8..3dfbff11a34 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -718,8 +718,8 @@ are always available. They are listed here in alphabetical order. *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