[Python-checkins] bpo-46044: Fix doc typo introduced in GH-30043 (GH-30171)

miss-islington webhook-mailer at python.org
Sat Dec 18 16:19:16 EST 2021


https://github.com/python/cpython/commit/fe68486197cb26a69ecce9353271d91adf885cb5
commit: fe68486197cb26a69ecce9353271d91adf885cb5
branch: main
author: Matthias Bussonnier <bussonniermatthias at gmail.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-12-18T13:19:07-08:00
summary:

bpo-46044: Fix doc typo introduced in GH-30043 (GH-30171)



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

files:
M Doc/distutils/sourcedist.rst

diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst
index 43fbb03547f78..7b1e22f824e8c 100644
--- a/Doc/distutils/sourcedist.rst
+++ b/Doc/distutils/sourcedist.rst
@@ -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)        |



More information about the Python-checkins mailing list