mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
fix Sphinx error in os.rst
This commit is contained in:
parent
353c10772a
commit
d049d5c7fb
1 changed files with 2 additions and 2 deletions
|
@ -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*.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue