]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Another io doc fix
authorBenjamin Peterson <benjamin@python.org>
Sun, 13 Apr 2008 23:46:27 +0000 (23:46 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 13 Apr 2008 23:46:27 +0000 (23:46 +0000)
Doc/library/io.rst

index e788347239d1447e71b3b70cb27cb9972e5c4bd9..f705c30283839f726c8a5dbc2ea2feff28173f63 100644 (file)
@@ -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