commit | c43a26da13693e07675e1d967d5b324fff565aa7 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jun 16 23:09:24 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Jun 16 23:09:24 2009 +0000 |
tree | e72c33b9df1d1dd58fce9dd6368c77fecbf85bfe | |
parent | c388a83135ef10ad938bfd1e6dfae7d38db3d7be [diff] |
rephrase for clarity
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 @@ .. 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.