diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 3a4631e7c657fe..b85820fb1b6f1c 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -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: