]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Attempt to clarify removedirs().
authorFred Drake <fdrake@acm.org>
Tue, 2 Jul 2002 21:03:49 +0000 (21:03 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 2 Jul 2002 21:03:49 +0000 (21:03 +0000)
Based on SF bug #574773.

Doc/lib/libos.tex

index 33c1e5446c40f6380b3e770c2effa5397f97cbb7..4220d6dd6e4d097dd81a2729221ba72139442dbd 100644 (file)
@@ -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