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.
format
1 parent d862799 commit d6780fdCopy full SHA for d6780fd
Doc/library/shutil.rst
@@ -568,7 +568,9 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
568
Create an archive file (such as zip or tar) and return its name.
569
570
*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
+ any format-specific extension.
572
+
573
+ *format* is the archive format: one of
574
"zip" (if the :mod:`zlib` module is available), "tar", "gztar" (if the
575
:mod:`zlib` module is available), "bztar" (if the :mod:`bz2` module is
576
available), or "xztar" (if the :mod:`lzma` module is available).
0 commit comments