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 f7e0fb6 commit 551bc2cCopy full SHA for 551bc2c
1 file changed
Doc/library/io.rst
@@ -824,9 +824,9 @@ than raw I/O does.
824
825
.. class:: BufferedRandom(raw, buffer_size=DEFAULT_BUFFER_SIZE)
826
827
- A buffered binary stream providing higher-level access to a seekable
828
- :class:`RawIOBase` raw binary stream. It inherits from :class:`BufferedReader`
829
- and :class:`BufferedWriter`.
+ A buffered binary stream implementing :class:`BufferedIOBase` interfaces
+ providing higher-level access to a seekable :class:`RawIOBase` raw binary
+ stream.
830
831
The constructor creates a reader and writer for a seekable raw stream, given
832
in the first argument. If the *buffer_size* is omitted it defaults to
0 commit comments