summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/io.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst
index 67a8d4d..5866113 100644
--- a/Doc/library/io.rst
+++ b/Doc/library/io.rst
@@ -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.