Skip to content

Commit 508ef0f

Browse files
miss-islington180909
authored andcommitted
[3.11] gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (#97947)
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]>
1 parent bf1de26 commit 508ef0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ to provide an interface to files in the machine's file system.
270270
The :class:`BufferedIOBase` ABC extends :class:`IOBase`. It deals with
271271
buffering on a raw binary stream (:class:`RawIOBase`). Its subclasses,
272272
:class:`BufferedWriter`, :class:`BufferedReader`, and :class:`BufferedRWPair`
273-
buffer raw binary streams that are readable, writable, and both readable and writable,
273+
buffer raw binary streams that are writable, readable, and both readable and writable,
274274
respectively. :class:`BufferedRandom` provides a buffered interface to seekable streams.
275275
Another :class:`BufferedIOBase` subclass, :class:`BytesIO`, is a stream of
276276
in-memory bytes.

0 commit comments

Comments
 (0)