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 dc8fdf5 commit b148b00Copy full SHA for b148b00
Doc/library/shutil.rst
@@ -574,7 +574,9 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
574
Create an archive file (such as zip or tar) and return its name.
575
576
*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
+ any format-specific extension.
578
+
579
+ *format* is the archive format: one of
580
"zip" (if the :mod:`zlib` module is available), "tar", "gztar" (if the
581
:mod:`zlib` module is available), "bztar" (if the :mod:`bz2` module is
582
available), or "xztar" (if the :mod:`lzma` module is available).
0 commit comments