Skip to content

Commit

Permalink
[3.10] gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (#9…
Browse files Browse the repository at this point in the history
…7948)

gh-95691: Doc BufferedWriter and BufferedReader (GH-95703)
(cherry picked from commit 0d68879)

Co-authored-by: 180909 <[email protected]>

Co-authored-by: 180909 <[email protected]>
  • Loading branch information
miss-islington and 180909 authored Oct 6, 2022
1 parent c80c282 commit e2591e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ to provide an interface to files in the machine's file system.
The :class:`BufferedIOBase` ABC extends :class:`IOBase`. It deals with
buffering on a raw binary stream (:class:`RawIOBase`). Its subclasses,
:class:`BufferedWriter`, :class:`BufferedReader`, and :class:`BufferedRWPair`
buffer raw binary streams that are readable, writable, and both readable and writable,
buffer raw binary streams that are writable, readable, and both readable and writable,
respectively. :class:`BufferedRandom` provides a buffered interface to seekable streams.
Another :class:`BufferedIOBase` subclass, :class:`BytesIO`, is a stream of
in-memory bytes.
Expand Down

0 comments on commit e2591e4

Please sign in to comment.