mirror of
https://github.com/python/cpython.git
synced 2024-12-04 07:15:09 +08:00
Another io doc fix
This commit is contained in:
parent
d860762ce5
commit
13d4a61075
@ -447,7 +447,7 @@ Buffered Streams
|
||||
|
||||
.. class:: BufferedReader(raw[, buffer_size])
|
||||
|
||||
A buffer for a readable, sequential :class:`BaseRawIO` object. It inherits
|
||||
A buffer for a readable, sequential :class:`RawIOBase` object. It inherits
|
||||
:class:`BufferedIOBase`.
|
||||
|
||||
The constructor creates a :class:`BufferedReader` for the given readable
|
||||
|
Loading…
Reference in New Issue
Block a user