summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-07-02 21:03:49 (GMT)
committerFred Drake <fdrake@acm.org>2002-07-02 21:03:49 (GMT)
commit2c22e85ae71825b8368b73c86b5ebaca6020dac7 (patch)
tree5bba3cb47fce239b3c45868b9fd562395d1b3cc0 /Doc/lib
parentca23ee273ecedcb852b1445c8322f1a66103a5c9 (diff)
downloadcpython-2c22e85ae71825b8368b73c86b5ebaca6020dac7.zip
cpython-2c22e85ae71825b8368b73c86b5ebaca6020dac7.tar.gz
cpython-2c22e85ae71825b8368b73c86b5ebaca6020dac7.tar.bz2
Attempt to clarify removedirs().
Based on SF bug #574773.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libos.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 33c1e54..4220d6d 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