diff options
author | Eli Bendersky <eliben@gmail.com> | 2012-02-11 07:52:29 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2012-02-11 07:52:29 (GMT) |
commit | d049d5c7fbe46d90da5d1bc4976e7741d8a2ad33 (patch) | |
tree | 0441ff126f3dff15a505edf3633ffd978f3ee194 /Doc/library/os.rst | |
parent | 353c10772ac1abc92460df94f014306c4ee4a0cd (diff) | |
download | cpython-d049d5c7fbe46d90da5d1bc4976e7741d8a2ad33.zip cpython-d049d5c7fbe46d90da5d1bc4976e7741d8a2ad33.tar.gz cpython-d049d5c7fbe46d90da5d1bc4976e7741d8a2ad33.tar.bz2 |
fix Sphinx error in os.rst
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index c3dfb3d..74b89b8 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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*. |