0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00

rephrase for clarity

This commit is contained in:
Benjamin Peterson 2009-06-16 23:09:24 +00:00
parent c388a83135
commit c43a26da13

View File

@ -504,7 +504,7 @@ Buffered Streams
.. 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.