mirror of
https://github.com/python/cpython.git
synced 2026-05-03 00:58:30 +00:00
gh-141045: Document that shutil.Error is a subclass of OSError (#141152)
This commit is contained in:
parent
103a384bfd
commit
95a17b4a85
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ Directory and files operations
|
|||
|
||||
.. exception:: Error
|
||||
|
||||
This exception collects exceptions that are raised during a multi-file
|
||||
Subclass of :exc:`OSError` collecting exceptions raised during a multi-file
|
||||
operation. For :func:`copytree`, the exception argument is a list of 3-tuples
|
||||
(*srcname*, *dstname*, *exception*).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue