clarify the buffer arg

This commit is contained in:
Benjamin Peterson 2009-10-20 21:56:16 +00:00
parent 011bd62c8c
commit 810a80ab64

View file

@ -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 *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 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 in binary mode), 1 to set line buffering, and an integer > 1 to indicate the
buffering. size of the buffer.
*encoding* is the name of the encoding used to decode or encode the file. *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 This should only be used in text mode. The default encoding is platform