]> granicus.if.org Git - python/commitdiff
This sentence continues to bug me; rewrite it for the second time
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 26 Jul 2008 13:08:19 +0000 (13:08 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 26 Jul 2008 13:08:19 +0000 (13:08 +0000)
Doc/library/stdtypes.rst

index e857154b301009c3f1b700fcae6212e06f564e4a..41d87e4195597965878bb395ff6944105ae158fe 100644 (file)
@@ -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])