We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c80c282 commit e2591e4Copy full SHA for e2591e4
Doc/library/io.rst
@@ -265,7 +265,7 @@ to provide an interface to files in the machine's file system.
265
The :class:`BufferedIOBase` ABC extends :class:`IOBase`. It deals with
266
buffering on a raw binary stream (:class:`RawIOBase`). Its subclasses,
267
:class:`BufferedWriter`, :class:`BufferedReader`, and :class:`BufferedRWPair`
268
-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,
269
respectively. :class:`BufferedRandom` provides a buffered interface to seekable streams.
270
Another :class:`BufferedIOBase` subclass, :class:`BytesIO`, is a stream of
271
in-memory bytes.
0 commit comments