Skip to content

Commit 475632b

Browse files
author
benjamin.peterson
committed
Another io doc fix
git-svn-id: http://svn.python.org/projects/python/branches/py3k@62336 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 12bf303 commit 475632b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Buffered Streams
447447

448448
.. class:: BufferedReader(raw[, buffer_size])
449449

450-
A buffer for a readable, sequential :class:`BaseRawIO` object. It inherits
450+
A buffer for a readable, sequential :class:`RawIOBase` object. It inherits
451451
:class:`BufferedIOBase`.
452452

453453
The constructor creates a :class:`BufferedReader` for the given readable

0 commit comments

Comments
 (0)