Skip to content

Commit a96b85e

Browse files
cmaloneywillingc
andauthored
Apply suggestion from @willingc
Co-authored-by: Carol Willing <[email protected]>
1 parent 0a5f4a2 commit a96b85e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,8 +1294,8 @@ as internal buffering of data.
12941294

12951295
This function is intended for low-level I/O. For normal usage, use the
12961296
built-in function :func:`open`, which returns a :term:`file object` with
1297-
:meth:`~io.BufferedIOBase.read` and :meth:`~io.BufferedIOBase.write` methods (and many
1298-
more). To wrap a file descriptor in a file object, use :func:`fdopen`.
1297+
:meth:`~io.BufferedIOBase.read` and :meth:`~io.BufferedIOBase.write` methods.
1298+
To wrap a file descriptor in a file object, use :func:`fdopen`.
12991299

13001300
.. versionchanged:: 3.3
13011301
Added the *dir_fd* parameter.

0 commit comments

Comments
 (0)