Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed7fb9c

Browse files
committed
Merge #15694: reflow paragraph.
2 parents 8eac575 + 433ef3b commit ed7fb9c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/library/functions.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -914,9 +914,8 @@ are always available. They are listed here in alphabetical order.
914914
The ``'x'`` mode was added.
915915

916916
The type of :term:`file object` returned by the :func:`open` function
917-
depends on the
918-
mode. When :func:`open` is used to open a file in a text mode (``'w'``,
919-
``'r'``, ``'wt'``, ``'rt'``, etc.), it returns a subclass of
917+
depends on the mode. When :func:`open` is used to open a file in a text
918+
mode (``'w'``, ``'r'``, ``'wt'``, ``'rt'``, etc.), it returns a subclass of
920919
:class:`io.TextIOBase` (specifically :class:`io.TextIOWrapper`). When used
921920
to open a file in a binary mode with buffering, the returned class is a
922921
subclass of :class:`io.BufferedIOBase`. The exact class varies: in read

0 commit comments

Comments
 (0)