From: Andrew M. Kuchling <amk@amk.ca> Date: Sat, 26 Jul 2008 13:08:19 +0000 (+0000) Subject: This sentence continues to bug me; rewrite it for the second time X-Git-Tag: v2.6b3~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=feeee750b0da89af060d565a4316bb49b133e87e;p=python This sentence continues to bug me; rewrite it for the second time --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index e857154b30..41d87e4195 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2127,8 +2127,9 @@ Files have the following methods: returned, even if no *size* parameter was given. .. note:: - As this function depends on the underlying :cfunc:`fread` C function, - it will behave the same in details such as caching EOF. + This function is simply a wrapper for the underlying + :cfunc:`fread` C function, and will behave the same in corner cases, + such as whether the EOF value is cached. .. method:: file.readline([size])