summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-08-18 00:39:21 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-08-18 00:39:21 (GMT)
commit433ef3b5c371542bdf27899987e3f357a7bb2799 (patch)
treeb97a44433f6c31f0d9f651b0f6a4cdc17f32a925 /Doc/library
parent9f0c9401d364cae9ef366e50ded1faf156c32ef0 (diff)
downloadcpython-433ef3b5c371542bdf27899987e3f357a7bb2799.zip
cpython-433ef3b5c371542bdf27899987e3f357a7bb2799.tar.gz
cpython-433ef3b5c371542bdf27899987e3f357a7bb2799.tar.bz2
#15694: reflow paragraph.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/functions.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 753541f..b3238b1 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