diff options
| author | R David Murray <rdmurray@bitdance.com> | 2012-08-17 20:39:21 -0400 |
|---|---|---|
| committer | R David Murray <rdmurray@bitdance.com> | 2012-08-17 20:39:21 -0400 |
| commit | 433ef3b5c371542bdf27899987e3f357a7bb2799 (patch) | |
| tree | b97a44433f6c31f0d9f651b0f6a4cdc17f32a925 /Doc | |
| parent | 9f0c9401d364cae9ef366e50ded1faf156c32ef0 (diff) | |
| download | cpython-git-433ef3b5c371542bdf27899987e3f357a7bb2799.tar.gz | |
#15694: reflow paragraph.
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/library/functions.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 753541f41d..b3238b154b 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 |
