Skip to content

Commit de9456d

Browse files
committed
Updated : Doc buffered context
1 parent cde0a7b commit de9456d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/io.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,9 @@ than raw I/O does.
832832

833833
.. class:: BufferedRandom(raw, buffer_size=DEFAULT_BUFFER_SIZE)
834834

835-
A buffered binary stream providing higher-level access to a seekable
836-
:class:`RawIOBase` raw binary stream.
835+
A buffered binary stream implementing :class:`BufferedIOBase` interfaces
836+
providing higher-level access to a seekable :class:`RawIOBase` raw binary
837+
stream.
837838

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

0 commit comments

Comments
 (0)