From: Barry Warsaw Date: Fri, 24 Jan 2003 17:33:30 +0000 (+0000) Subject: Fred drives and fixes a formatting nit. X-Git-Tag: v2.3c1~2347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9f9b3b67d006e4c8b8d788b1742783da90552d;p=thirdparty%2FPython%2Fcpython.git Fred drives and fixes a formatting nit. --- diff --git a/Doc/lib/libshutil.tex b/Doc/lib/libshutil.tex index 434804b80850..72c5a3dfb150 100644 --- a/Doc/lib/libshutil.tex +++ b/Doc/lib/libshutil.tex @@ -76,8 +76,8 @@ file type and creator codes will not be correct. \end{funcdesc} \begin{funcdesc}{rmtree}{path\optional{, ignore_errors\optional{, onerror}}} -\index{directory!deleting} - Delete an entire directory tree. If \var{ignore_errors} is true, + Delete an entire directory tree.\index{directory!deleting} + If \var{ignore_errors} is true, errors resulting from failed removals will be ignored; if false or omitted, such errors are handled by calling a handler specified by \var{onerror} or, if that is omitted, they raise an exception.