From feeee750b0da89af060d565a4316bb49b133e87e Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 26 Jul 2008 13:08:19 +0000 Subject: [PATCH] This sentence continues to bug me; rewrite it for the second time --- Doc/library/stdtypes.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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]) -- 2.49.0