Skip to content

Commit 1eb791c

Browse files
[3.11] Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103829) (GH-114898)
(cherry picked from commit 53339a0) Co-authored-by: Michal Kaptur <[email protected]>
1 parent 3c30de1 commit 1eb791c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/shutil.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,9 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
548548
Create an archive file (such as zip or tar) and return its name.
549549

550550
*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
551+
any format-specific extension.
552+
553+
*format* is the archive format: one of
552554
"zip" (if the :mod:`zlib` module is available), "tar", "gztar" (if the
553555
:mod:`zlib` module is available), "bztar" (if the :mod:`bz2` module is
554556
available), or "xztar" (if the :mod:`lzma` module is available).

0 commit comments

Comments
 (0)