From: Benjamin Peterson Date: Sun, 13 Apr 2008 23:46:27 +0000 (+0000) Subject: Another io doc fix X-Git-Tag: v3.0a5~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13d4a61075d4340cd7aa1308b2a0b25aac2cc353;p=thirdparty%2FPython%2Fcpython.git Another io doc fix --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index e788347239d1..f705c3028383 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -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