diff options
| author | Fred Drake <fdrake@acm.org> | 2002-07-02 21:03:49 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2002-07-02 21:03:49 +0000 |
| commit | 2c22e85ae71825b8368b73c86b5ebaca6020dac7 (patch) | |
| tree | 5bba3cb47fce239b3c45868b9fd562395d1b3cc0 /Doc/lib | |
| parent | ca23ee273ecedcb852b1445c8322f1a66103a5c9 (diff) | |
| download | cpython-git-2c22e85ae71825b8368b73c86b5ebaca6020dac7.tar.gz | |
Attempt to clarify removedirs().
Based on SF bug #574773.
Diffstat (limited to 'Doc/lib')
| -rw-r--r-- | Doc/lib/libos.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 33c1e5446c..4220d6dd6e 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -750,7 +750,7 @@ Availability: Macintosh, \UNIX, Windows. \begin{funcdesc}{removedirs}{path} \index{directory!deleting} -Recursive directory removal function. Works like +Removes directories recursively. Works like \function{rmdir()} except that, if the leaf directory is successfully removed, directories corresponding to rightmost path segments will be pruned way until either the whole path is consumed or |
