From: Ezio Melotti Date: Sat, 21 Jan 2012 14:40:03 +0000 (+0200) Subject: Move a space. X-Git-Tag: v2.7.3rc1~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51ab3519d8bcfef89af6235b5a7bbc34dda6a882;p=thirdparty%2FPython%2Fcpython.git Move a space. --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 6f3473e6c164..5be4edd61c19 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::