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 42d8384 commit cde0a7bCopy full SHA for cde0a7b
Doc/library/io.rst
@@ -833,9 +833,7 @@ than raw I/O does.
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. It inherits from :class:`BufferedIOBase`
837
- and provides the combined functionality of :class:`BufferedReader` and
838
- :class:`BufferedWriter` for random access streams.
+ :class:`RawIOBase` raw binary stream.
839
840
The constructor creates a reader and writer for a seekable raw stream, given
841
in the first argument. If the *buffer_size* is omitted it defaults to
0 commit comments