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 cc5870a commit 8cb7e5cCopy full SHA for 8cb7e5c
Doc/library/shutil.rst
@@ -580,7 +580,9 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
580
Create an archive file (such as zip or tar) and return its name.
581
582
*base_name* is the name of the file to create, including the path, minus
583
- any format-specific extension. *format* is the archive format: one of
+ any format-specific extension.
584
+
585
+ *format* is the archive format: one of
586
"zip" (if the :mod:`zlib` module is available), "tar", "gztar" (if the
587
:mod:`zlib` module is available), "bztar" (if the :mod:`bz2` module is
588
available), or "xztar" (if the :mod:`lzma` module is available).
0 commit comments