mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fred drives and fixes a formatting nit.
This commit is contained in:
parent
a038270590
commit
6d9f9b3b67
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue