[Python-checkins] r62336 - python/branches/py3k/Doc/library/io.rst

benjamin.peterson python-checkins at python.org
Mon Apr 14 01:46:28 CEST 2008


Author: benjamin.peterson
Date: Mon Apr 14 01:46:27 2008
New Revision: 62336

Log:
Another io doc fix


Modified:
   python/branches/py3k/Doc/library/io.rst

Modified: python/branches/py3k/Doc/library/io.rst
==============================================================================
--- python/branches/py3k/Doc/library/io.rst	(original)
+++ python/branches/py3k/Doc/library/io.rst	Mon Apr 14 01:46:27 2008
@@ -447,7 +447,7 @@
 
 .. 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


More information about the Python-checkins mailing list