[Python-checkins] cpython (2.7): Move a space.

ezio.melotti python-checkins at python.org
Sat Jan 21 15:41:39 CET 2012


http://hg.python.org/cpython/rev/91cbac92a665
changeset:   74556:91cbac92a665
branch:      2.7
parent:      74554:686d95691c99
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Jan 21 16:40:03 2012 +0200
summary:
  Move a space.

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
@@ -910,8 +910,8 @@
    *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::

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list