Skip to content

Commit 69ff788

Browse files
authored
DOC: Typo in os.rst
Comma should be a colon, as written at the same spot under `fwalk`.
1 parent 424e2ab commit 69ff788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3703,7 +3703,7 @@ features:
37033703
dirs.remove('__pycache__') # don't visit __pycache__ directories
37043704

37053705
In the next example (simple implementation of :func:`shutil.rmtree`),
3706-
walking the tree bottom-up is essential, :func:`rmdir` doesn't allow
3706+
walking the tree bottom-up is essential: :func:`rmdir` doesn't allow
37073707
deleting a directory before the directory is empty::
37083708

37093709
# Delete everything reachable from the directory named in "top",

0 commit comments

Comments
 (0)