Fred drives and fixes a formatting nit.
authorBarry Warsaw <barry@python.org>
Fri, 24 Jan 2003 17:33:30 +0000 (17:33 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 24 Jan 2003 17:33:30 +0000 (17:33 +0000)
Doc/lib/libshutil.tex

index 434804b808504263324d58c6953bd39384574ebf..72c5a3dfb150ee979ea6ee941c4ab1ac6b20967e 100644 (file)
@@ -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.