Skip to content

Commit b148b00

Browse files
committed
separate format arg doc for shutil.make_archive
1 parent dc8fdf5 commit b148b00

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
@@ -574,7 +574,9 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
574574
Create an archive file (such as zip or tar) and return its name.
575575

576576
*base_name* is the name of the file to create, including the path, minus
577-
any format-specific extension. *format* is the archive format: one of
577+
any format-specific extension.
578+
579+
*format* is the archive format: one of
578580
"zip" (if the :mod:`zlib` module is available), "tar", "gztar" (if the
579581
:mod:`zlib` module is available), "bztar" (if the :mod:`bz2` module is
580582
available), or "xztar" (if the :mod:`lzma` module is available).

0 commit comments

Comments
 (0)