From: Benjamin Peterson Date: Tue, 16 Jun 2009 23:09:24 +0000 (+0000) Subject: rephrase for clarity X-Git-Tag: v3.1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c43a26da13693e07675e1d967d5b324fff565aa7;p=thirdparty%2FPython%2Fcpython.git rephrase for clarity --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 67a8d4d85db7..58661133aa6c 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.