Commit feeee750 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

This sentence continues to bug me; rewrite it for the second time

parent 6327e848
......@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment