Commit 433ef3b5 authored by R David Murray's avatar R David Murray

#15694: reflow paragraph.

parent 9f0c9401
...@@ -904,9 +904,8 @@ are always available. They are listed here in alphabetical order. ...@@ -904,9 +904,8 @@ are always available. They are listed here in alphabetical order.
(the default). (the default).
The type of :term:`file object` returned by the :func:`open` function The type of :term:`file object` returned by the :func:`open` function
depends on the depends on the mode. When :func:`open` is used to open a file in a text
mode. When :func:`open` is used to open a file in a text mode (``'w'``, mode (``'w'``, ``'r'``, ``'wt'``, ``'rt'``, etc.), it returns a subclass of
``'r'``, ``'wt'``, ``'rt'``, etc.), it returns a subclass of
:class:`io.TextIOBase` (specifically :class:`io.TextIOWrapper`). When used :class:`io.TextIOBase` (specifically :class:`io.TextIOWrapper`). When used
to open a file in a binary mode with buffering, the returned class is a 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 subclass of :class:`io.BufferedIOBase`. The exact class varies: in read
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment