Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353c107 commit d049d5cCopy full SHA for d049d5c
1 file changed
Doc/library/os.rst
@@ -2294,8 +2294,8 @@ Files and Directories
2294
single: directory; walking
2295
single: directory; traversal
2296
2297
- This behaves exactly like :func:`walk`, except that it yields a 4-tuple
2298
- ``(dirpath, dirnames, filenames, dirfd)``.
+ This behaves exactly like :func:`walk`, except that it yields a 4-tuple
+ ``(dirpath, dirnames, filenames, dirfd)``.
2299
2300
*dirpath*, *dirnames* and *filenames* are identical to :func:`walk` output,
2301
and *dirfd* is a file descriptor referring to the directory *dirpath*.
0 commit comments