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

Skip to content

Commit 433ef3b

Browse files
committed
#15694: reflow paragraph.
1 parent 9f0c940 commit 433ef3b

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
@@ -904,9 +904,8 @@ are always available. They are listed here in alphabetical order.
904904
(the default).
905905

906906
The type of :term:`file object` returned by the :func:`open` function
907-
depends on the
908-
mode. When :func:`open` is used to open a file in a text mode (``'w'``,
909-
``'r'``, ``'wt'``, ``'rt'``, etc.), it returns a subclass of
907+
depends on the mode. When :func:`open` is used to open a file in a text
908+
mode (``'w'``, ``'r'``, ``'wt'``, ``'rt'``, etc.), it returns a subclass of
910909
:class:`io.TextIOBase` (specifically :class:`io.TextIOWrapper`). When used
911910
to open a file in a binary mode with buffering, the returned class is a
912911
subclass of :class:`io.BufferedIOBase`. The exact class varies: in read

0 commit comments

Comments
 (0)