Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe68486

Browse files
authored
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
1 parent 0339434 commit fe68486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/distutils/sourcedist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ to create a gzipped tarball and a zip file. The available formats are:
3737
| ``xztar`` | xz'ed tar file | \(5) |
3838
| | (:file:`.tar.xz`) | |
3939
+-----------+-------------------------+-------------+
40-
| ``ztar`` | compressed tar file | \(5) |
40+
| ``ztar`` | compressed tar file | (4),(5) |
4141
| | (:file:`.tar.Z`) | |
4242
+-----------+-------------------------+-------------+
4343
| ``tar`` | tar file (:file:`.tar`) | \(5) |

0 commit comments

Comments
 (0)