]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46044: Fix doc typo introduced in GH-30043 (GH-30171)
authorMatthias Bussonnier <bussonniermatthias@gmail.com>
Sat, 18 Dec 2021 21:19:07 +0000 (22:19 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Dec 2021 21:19:07 +0000 (13:19 -0800)
See https://github.com/python/cpython/pull/30043/files#r770944718

My bad I likely messed up by using a repeat command in my editor

Automerge-Triggered-By: GH:merwok
Doc/distutils/sourcedist.rst

index 43fbb03547f781e5d3cee927d40afa83a1a8722e..7b1e22f824e8ce02feb6a958b6d3daee33467e41 100644 (file)
@@ -37,7 +37,7 @@ to create a gzipped tarball and a zip file.  The available formats are:
 | ``xztar`` | xz'ed tar file          | \(5)        |
 |           | (:file:`.tar.xz`)       |             |
 +-----------+-------------------------+-------------+
-| ``ztar``  | compressed tar file     | \(5)        |
+| ``ztar``  | compressed tar file     | (4),(5)     |
 |           | (:file:`.tar.Z`)        |             |
 +-----------+-------------------------+-------------+
 | ``tar``   | tar file (:file:`.tar`) | \(5)        |