Commit 6d9f9b3b authored by Barry Warsaw's avatar Barry Warsaw

Fred drives and fixes a formatting nit.

parent a0382705
...@@ -76,8 +76,8 @@ file type and creator codes will not be correct. ...@@ -76,8 +76,8 @@ file type and creator codes will not be correct.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{rmtree}{path\optional{, ignore_errors\optional{, onerror}}} \begin{funcdesc}{rmtree}{path\optional{, ignore_errors\optional{, onerror}}}
\index{directory!deleting} Delete an entire directory tree.\index{directory!deleting}
Delete an entire directory tree. If \var{ignore_errors} is true, If \var{ignore_errors} is true,
errors resulting from failed removals will be ignored; if false or errors resulting from failed removals will be ignored; if false or
omitted, such errors are handled by calling a handler specified by omitted, such errors are handled by calling a handler specified by
\var{onerror} or, if that is omitted, they raise an exception. \var{onerror} or, if that is omitted, they raise an exception.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment