]> granicus.if.org Git - python/commitdiff
#15694: reflow paragraph.
authorR David Murray <rdmurray@bitdance.com>
Sat, 18 Aug 2012 00:39:21 +0000 (20:39 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 18 Aug 2012 00:39:21 +0000 (20:39 -0400)
Doc/library/functions.rst

index 753541f41d326609cc5f44a03c8f888a113a5909..b3238b154b8c3686a494912862a396e59b22eb6b 100644 (file)
@@ -904,9 +904,8 @@ are always available.  They are listed here in alphabetical order.
    (the default).
 
    The type of :term:`file object` returned by the :func:`open` function
-   depends on the
-   mode.  When :func:`open` is used to open a file in a text mode (``'w'``,
-   ``'r'``, ``'wt'``, ``'rt'``, etc.), it returns a subclass of
+   depends on the mode.  When :func:`open` is used to open a file in a text
+   mode (``'w'``, ``'r'``, ``'wt'``, ``'rt'``, etc.), it returns a subclass of
    :class:`io.TextIOBase` (specifically :class:`io.TextIOWrapper`).  When used
    to open a file in a binary mode with buffering, the returned class is a
    subclass of :class:`io.BufferedIOBase`.  The exact class varies: in read