Commit 13d4a610 authored by Benjamin Peterson's avatar Benjamin Peterson

Another io doc fix

parent d860762c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment