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 1ae9004 commit 08e4b96Copy full SHA for 08e4b96
Doc/library/shutil.rst
@@ -517,7 +517,7 @@ Directory and files operations
517
518
This exception collects exceptions that are raised during a multi-file
519
operation. For :func:`copytree`, the exception argument is a list of 3-tuples
520
- (*srcname*, *dstname*, *exception*).
+ (*srcname*, *dstname*, *exception*). :exc:`Error` is a subclass of :exc:`OSError`.
521
522
.. _shutil-platform-dependent-efficient-copy-operations:
523
0 commit comments