summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-07-26 13:08:19 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-07-26 13:08:19 (GMT)
commitfeeee750b0da89af060d565a4316bb49b133e87e (patch)
tree610dc0ae5c13b8ba1beff6efffec41e984872bd5
parent6327e8482e0e894b3c89a9d97ef29717ffd74b54 (diff)
downloadcpython-feeee750b0da89af060d565a4316bb49b133e87e.zip
cpython-feeee750b0da89af060d565a4316bb49b133e87e.tar.gz
cpython-feeee750b0da89af060d565a4316bb49b133e87e.tar.bz2
This sentence continues to bug me; rewrite it for the second time
-rw-r--r--Doc/library/stdtypes.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index e857154..41d87e4 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])