We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c30de1 commit 1eb791cCopy full SHA for 1eb791c
Doc/library/shutil.rst
@@ -548,7 +548,9 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
548
Create an archive file (such as zip or tar) and return its name.
549
550
*base_name* is the name of the file to create, including the path, minus
551
- any format-specific extension. *format* is the archive format: one of
+ any format-specific extension.
552
+
553
+ *format* is the archive format: one of
554
"zip" (if the :mod:`zlib` module is available), "tar", "gztar" (if the
555
:mod:`zlib` module is available), "bztar" (if the :mod:`bz2` module is
556
available), or "xztar" (if the :mod:`lzma` module is available).
0 commit comments