Skip to content

Commit cde0a7b

Browse files
committed
Remove misleading BufferedRandom inheritance claim
1 parent 42d8384 commit cde0a7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/io.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,9 +833,7 @@ than raw I/O does.
833833
.. class:: BufferedRandom(raw, buffer_size=DEFAULT_BUFFER_SIZE)
834834

835835
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.
836+
:class:`RawIOBase` raw binary stream.
839837

840838
The constructor creates a reader and writer for a seekable raw stream, given
841839
in the first argument. If the *buffer_size* is omitted it defaults to

0 commit comments

Comments
 (0)