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 c9380ae commit b6cae91Copy full SHA for b6cae91
Doc/library/shutil.rst
@@ -691,7 +691,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
691
692
Register an archiver for the format *name*.
693
694
- *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
695
will receive the *base_name* of the file to create, followed by the
696
*base_dir* (which defaults to :data:`os.curdir`) to start archiving from.
697
Further arguments are passed as keyword arguments: *owner*, *group*,
0 commit comments