mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
rephrase for clarity
This commit is contained in:
parent
c388a83135
commit
c43a26da13
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue