[Python-checkins] cpython (merge 3.2 -> default): Merge #11633 At least 2 people prefer earlier revision.
terry.reedy
python-checkins at python.org
Thu Jan 12 20:52:07 CET 2012
http://hg.python.org/cpython/rev/22688f5f9d0f
changeset: 74348:22688f5f9d0f
parent: 74344:43d08528223c
parent: 74347:4a767054551b
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Thu Jan 12 14:51:14 2012 -0500
summary:
Merge #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
@@ -960,8 +960,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