We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38eaae5 commit 051528bCopy full SHA for 051528b
Doc/library/shutil.rst
@@ -515,9 +515,9 @@ Directory and files operations
515
516
.. exception:: Error
517
518
- This exception collects exceptions that are raised during a multi-file
+ Subclass of :exc:`OSError` collecting exceptions raised during a multi-file
519
operation. For :func:`copytree`, the exception argument is a list of 3-tuples
520
- (*srcname*, *dstname*, *exception*). :exc:`!Error` is a subclass of :exc:`OSError`.
+ (*srcname*, *dstname*, *exception*).
521
522
.. _shutil-platform-dependent-efficient-copy-operations:
523
0 commit comments