Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3d1e2e

Browse files
committed
#11633 At least 2 people prefer earlier revision.
1 parent 889a510 commit a3d1e2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,8 +955,8 @@ are always available. They are listed here in alphabetical order.
955955

956956
The *file* argument must be an object with a ``write(string)`` method; if it
957957
is not present or ``None``, :data:`sys.stdout` will be used. Output buffering
958-
is determined by *file*. Use ``sys.stdout.flush()`` to ensure immediate
959-
appearance on a screen.
958+
is determined by *file*. Use ``file.flush()`` to ensure, for instance,
959+
immediate appearance on a screen.
960960

961961

962962
.. function:: property(fget=None, fset=None, fdel=None, doc=None)

0 commit comments

Comments
 (0)