fix Sphinx error in os.rst

This commit is contained in:
Eli Bendersky 2012-02-11 09:52:29 +02:00
parent 353c10772a
commit d049d5c7fb
1 changed files with 2 additions and 2 deletions

View File

@ -2294,8 +2294,8 @@ Files and Directories
single: directory; walking
single: directory; traversal
This behaves exactly like :func:`walk`, except that it yields a 4-tuple
``(dirpath, dirnames, filenames, dirfd)``.
This behaves exactly like :func:`walk`, except that it yields a 4-tuple
``(dirpath, dirnames, filenames, dirfd)``.
*dirpath*, *dirnames* and *filenames* are identical to :func:`walk` output,
and *dirfd* is a file descriptor referring to the directory *dirpath*.