[Python-checkins] cpython (3.2): #11633 At least 2 people prefer earlier revision.
terry.reedy
python-checkins at python.org
Thu Jan 12 20:52:06 CET 2012
http://hg.python.org/cpython/rev/4a767054551b
changeset: 74347:4a767054551b
branch: 3.2
parent: 74343:5594cd88bfed
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Thu Jan 12 14:49:02 2012 -0500
summary:
#11633 At least 2 people prefer earlier revision.
files:
Doc/library/functions.rst | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -955,8 +955,8 @@
The *file* argument must be an object with a ``write(string)`` method; if it
is not present or ``None``, :data:`sys.stdout` will be used. Output buffering
- is determined by *file*. Use ``sys.stdout.flush()`` to ensure immediate
- appearance on a screen.
+ is determined by *file*. Use ``file.flush()`` to ensure, for instance,
+ immediate appearance on a screen.
.. function:: property(fget=None, fset=None, fdel=None, doc=None)
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list