diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index e65b96f2e8f07e9..9cdee8c4051d19b 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -692,7 +692,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules. Register an archiver for the format *name*. - *function* is the callable that will be used to unpack archives. The callable + *function* is the callable that will be used to create archives. The callable will receive the *base_name* of the file to create, followed by the *base_dir* (which defaults to :data:`os.curdir`) to start archiving from. Further arguments are passed as keyword arguments: *owner*, *group*,