Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d049d5c

Browse files
committed
fix Sphinx error in os.rst
1 parent 353c107 commit d049d5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,8 +2294,8 @@ Files and Directories
22942294
single: directory; walking
22952295
single: directory; traversal
22962296

2297-
This behaves exactly like :func:`walk`, except that it yields a 4-tuple
2298-
``(dirpath, dirnames, filenames, dirfd)``.
2297+
This behaves exactly like :func:`walk`, except that it yields a 4-tuple
2298+
``(dirpath, dirnames, filenames, dirfd)``.
22992299

23002300
*dirpath*, *dirnames* and *filenames* are identical to :func:`walk` output,
23012301
and *dirfd* is a file descriptor referring to the directory *dirpath*.

0 commit comments

Comments
 (0)