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 424e2ab commit 69ff788Copy full SHA for 69ff788
Doc/library/os.rst
@@ -3703,7 +3703,7 @@ features:
3703
dirs.remove('__pycache__') # don't visit __pycache__ directories
3704
3705
In the next example (simple implementation of :func:`shutil.rmtree`),
3706
- walking the tree bottom-up is essential, :func:`rmdir` doesn't allow
+ walking the tree bottom-up is essential: :func:`rmdir` doesn't allow
3707
deleting a directory before the directory is empty::
3708
3709
# Delete everything reachable from the directory named in "top",
0 commit comments