Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/shutil.rst
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ Directory and files operations

This exception collects exceptions that are raised during a multi-file
operation. For :func:`copytree`, the exception argument is a list of 3-tuples
(*srcname*, *dstname*, *exception*).
(*srcname*, *dstname*, *exception*). :exc:`!Error` is a subclass of :exc:`OSError`.

.. _shutil-platform-dependent-efficient-copy-operations:

Expand Down
Loading