Move a space.

This commit is contained in:
Ezio Melotti 2012-01-21 16:40:03 +02:00
parent 2d71e5c6b9
commit 51ab3519d8
1 changed files with 2 additions and 2 deletions

View File

@ -910,8 +910,8 @@ available. They are listed here in alphabetical order.
*end*.
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 ``file.flush()`` to ensure, for instance,
is not present or ``None``, :data:`sys.stdout` will be used. Output buffering
is determined by *file*. Use ``file.flush()`` to ensure, for instance,
immediate appearance on a screen.
.. note::