Skip to content

Commit b6cae91

Browse files
committed
unpack -> create
1 parent c9380ae commit b6cae91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/shutil.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
691691

692692
Register an archiver for the format *name*.
693693

694-
*function* is the callable that will be used to unpack archives. The callable
694+
*function* is the callable that will be used to create archives. The callable
695695
will receive the *base_name* of the file to create, followed by the
696696
*base_dir* (which defaults to :data:`os.curdir`) to start archiving from.
697697
Further arguments are passed as keyword arguments: *owner*, *group*,

0 commit comments

Comments
 (0)