Skip to content

Commit

Permalink
Move "format" param doc of shutil.make_archive() on its own paragraph (
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkaptur authored Feb 2, 2024
1 parent 1aec064 commit 53339a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Doc/library/shutil.rst
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,9 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
Create an archive file (such as zip or tar) and return its name.

*base_name* is the name of the file to create, including the path, minus
any format-specific extension. *format* is the archive format: one of
any format-specific extension.

*format* is the archive format: one of
"zip" (if the :mod:`zlib` module is available), "tar", "gztar" (if the
:mod:`zlib` module is available), "bztar" (if the :mod:`bz2` module is
available), or "xztar" (if the :mod:`lzma` module is available).
Expand Down

0 comments on commit 53339a0

Please sign in to comment.