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 cde0a7b commit de9456dCopy full SHA for de9456d
Doc/library/io.rst
@@ -832,8 +832,9 @@ than raw I/O does.
832
833
.. class:: BufferedRandom(raw, buffer_size=DEFAULT_BUFFER_SIZE)
834
835
- A buffered binary stream providing higher-level access to a seekable
836
- :class:`RawIOBase` raw binary stream.
+ A buffered binary stream implementing :class:`BufferedIOBase` interfaces
+ providing higher-level access to a seekable :class:`RawIOBase` raw binary
837
+ stream.
838
839
The constructor creates a reader and writer for a seekable raw stream, given
840
in the first argument. If the *buffer_size* is omitted it defaults to
0 commit comments