]> granicus.if.org Git - python/commitdiff
Tweak wording
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 3 Jul 2008 12:50:03 +0000 (12:50 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 3 Jul 2008 12:50:03 +0000 (12:50 +0000)
Doc/library/stdtypes.rst

index 8cc3722b8d05234236d0bf35fd51518f3f87e921..2da9f9f9d7325bd6b830eef6d25ab6008309a425 100644 (file)
@@ -2055,12 +2055,12 @@ Files have the following methods:
    files, like ttys, it makes sense to continue reading after an EOF is hit.)  Note
    that this method may call the underlying C function :cfunc:`fread` more than
    once in an effort to acquire as close to *size* bytes as possible. Also note
-   that when in non-blocking mode, less data than what was requested may be
+   that when in non-blocking mode, less data than was requested may be
    returned, even if no *size* parameter was given.
 
    .. note::
-      As this function depends of the underlying C function :cfunc:`fread`,
-      it resembles its behaviour in details like caching EOF and others.
+      As this function depends on the underlying  :cfunc:`fread` C function,
+      it will behave the same in details such as caching EOF.
 
 
 .. method:: file.readline([size])