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

benjamin.peterson python-checkins at python.org
Wed Jun 17 01:09:24 CEST 2009


Author: benjamin.peterson
Date: Wed Jun 17 01:09:24 2009
New Revision: 73456

Log:
rephrase for clarity

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	Wed Jun 17 01:09:24 2009
@@ -504,7 +504,7 @@
 
    .. method:: peek([n])
 
-      Return bytes from the stream without advancing the position.  Only a
+      Return bytes from the stream without advancing the position.  At most one
       single read on the raw stream is done to satisfy the call. The number of
       bytes returned may be less or more than requested.
 


More information about the Python-checkins mailing list