Skip to content

Commit d6780fd

Browse files
committed
separate format arg doc for shutil.make_archive
1 parent d862799 commit d6780fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/shutil.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,9 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
568568
Create an archive file (such as zip or tar) and return its name.
569569

570570
*base_name* is the name of the file to create, including the path, minus
571-
any format-specific extension. *format* is the archive format: one of
571+
any format-specific extension.
572+
573+
*format* is the archive format: one of
572574
"zip" (if the :mod:`zlib` module is available), "tar", "gztar" (if the
573575
:mod:`zlib` module is available), "bztar" (if the :mod:`bz2` module is
574576
available), or "xztar" (if the :mod:`lzma` module is available).

0 commit comments

Comments
 (0)