From: R David Murray Date: Sat, 18 Aug 2012 00:39:21 +0000 (-0400) Subject: #15694: reflow paragraph. X-Git-Tag: v3.3.0rc1~87^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=433ef3b5c371542bdf27899987e3f357a7bb2799;p=thirdparty%2FPython%2Fcpython.git #15694: reflow paragraph. --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 753541f41d32..b3238b154b8c 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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