diff options
author | Barry Warsaw <barry@python.org> | 2003-01-24 17:33:30 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-01-24 17:33:30 (GMT) |
commit | 6d9f9b3b67d006e4c8b8d788b1742783da90552d (patch) | |
tree | dfb224805cc4c48b3689d5a580f03c4b7f2c33ca /Doc | |
parent | a03827059021ee28a848b11ef2a857ef72b80194 (diff) | |
download | cpython-6d9f9b3b67d006e4c8b8d788b1742783da90552d.zip cpython-6d9f9b3b67d006e4c8b8d788b1742783da90552d.tar.gz cpython-6d9f9b3b67d006e4c8b8d788b1742783da90552d.tar.bz2 |
Fred drives and fixes a formatting nit.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libshutil.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libshutil.tex b/Doc/lib/libshutil.tex index 434804b..72c5a3d 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. |