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 1aec064 commit 53339a0Copy full SHA for 53339a0
Doc/library/shutil.rst
@@ -586,7 +586,9 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
586
Create an archive file (such as zip or tar) and return its name.
587
588
*base_name* is the name of the file to create, including the path, minus
589
- any format-specific extension. *format* is the archive format: one of
+ any format-specific extension.
590
+
591
+ *format* is the archive format: one of
592
"zip" (if the :mod:`zlib` module is available), "tar", "gztar" (if the
593
:mod:`zlib` module is available), "bztar" (if the :mod:`bz2` module is
594
available), or "xztar" (if the :mod:`lzma` module is available).
0 commit comments