We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1de26 commit 508ef0fCopy full SHA for 508ef0f
Doc/library/io.rst
@@ -270,7 +270,7 @@ to provide an interface to files in the machine's file system.
270
The :class:`BufferedIOBase` ABC extends :class:`IOBase`. It deals with
271
buffering on a raw binary stream (:class:`RawIOBase`). Its subclasses,
272
:class:`BufferedWriter`, :class:`BufferedReader`, and :class:`BufferedRWPair`
273
-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,
274
respectively. :class:`BufferedRandom` provides a buffered interface to seekable streams.
275
Another :class:`BufferedIOBase` subclass, :class:`BytesIO`, is a stream of
276
in-memory bytes.
0 commit comments