Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c387bf commit 1144cf6Copy full SHA for 1144cf6
Doc/library/io.rst
@@ -272,7 +272,7 @@ to provide an interface to files in the machine's file system.
272
The :class:`BufferedIOBase` ABC extends :class:`IOBase`. It deals with
273
buffering on a raw binary stream (:class:`RawIOBase`). Its subclasses,
274
:class:`BufferedWriter`, :class:`BufferedReader`, and :class:`BufferedRWPair`
275
-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,
276
respectively. :class:`BufferedRandom` provides a buffered interface to seekable streams.
277
Another :class:`BufferedIOBase` subclass, :class:`BytesIO`, is a stream of
278
in-memory bytes.
0 commit comments