diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-01-21 14:40:03 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-01-21 14:40:03 (GMT) |
commit | 51ab3519d8bcfef89af6235b5a7bbc34dda6a882 (patch) | |
tree | 84ae5ea08bb96cfd5dca8a16be5c75583fe526d8 /Doc | |
parent | 2d71e5c6b93f8fd8f0c07c6c284322a44cdf245f (diff) | |
download | cpython-51ab3519d8bcfef89af6235b5a7bbc34dda6a882.zip cpython-51ab3519d8bcfef89af6235b5a7bbc34dda6a882.tar.gz cpython-51ab3519d8bcfef89af6235b5a7bbc34dda6a882.tar.bz2 |
Move a space.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/functions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 6f3473e..5be4edd 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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:: |