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:
parent
c388a83135
commit
c43a26da13
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user