From a54894424e95b40f9bcbf06420b58dc85243090c Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 17 Dec 2021 15:18:11 +0100 Subject: [PATCH 1/2] Doc: fix typo introduced in #30043 See https://github.com/python/cpython/pull/30043/files#r770944718 My bad I likely messed up by using a repeat command in my editor --- Doc/distutils/sourcedist.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index 43fbb03547f781e..db919f89f51f86a 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) | From 5ee04016609eed7e13209cc661bed441ec4a7c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric?= Date: Sat, 18 Dec 2021 16:02:34 -0500 Subject: [PATCH 2/2] minor --- Doc/distutils/sourcedist.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index db919f89f51f86a..7b1e22f824e8ce0 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 | \(4),(5) | +| ``ztar`` | compressed tar file | (4),(5) | | | (:file:`.tar.Z`) | | +-----------+-------------------------+-------------+ | ``tar`` | tar file (:file:`.tar`) | \(5) |