Small nits in os doc.

This commit is contained in:
Georg Brandl 2012-06-24 11:54:07 +02:00
parent d60cd4295c
commit b1a1ac0b67
1 changed files with 2 additions and 1 deletions

View File

@ -645,7 +645,7 @@ as internal buffering of data.
.. function:: closerange(fd_low, fd_high)
Close all file descriptors from *fd_low* (inclusive) to *fd_high* (exclusive),
ignoring errors. Equivalent to::
ignoring errors. Equivalent to (but much faster than)::
for fd in range(fd_low, fd_high):
try:
@ -729,6 +729,7 @@ as internal buffering of data.
Availability: Unix, Windows.
.. function:: fstatvfs(fd)
Return information about the filesystem containing the file associated with file