mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
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
This commit is contained in:
parent
0339434835
commit
fe68486197
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ to create a gzipped tarball and a zip file. The available formats are:
|
||||||
| ``xztar`` | xz'ed tar file | \(5) |
|
| ``xztar`` | xz'ed tar file | \(5) |
|
||||||
| | (:file:`.tar.xz`) | |
|
| | (:file:`.tar.xz`) | |
|
||||||
+-----------+-------------------------+-------------+
|
+-----------+-------------------------+-------------+
|
||||||
| ``ztar`` | compressed tar file | \(5) |
|
| ``ztar`` | compressed tar file | (4),(5) |
|
||||||
| | (:file:`.tar.Z`) | |
|
| | (:file:`.tar.Z`) | |
|
||||||
+-----------+-------------------------+-------------+
|
+-----------+-------------------------+-------------+
|
||||||
| ``tar`` | tar file (:file:`.tar`) | \(5) |
|
| ``tar`` | tar file (:file:`.tar`) | \(5) |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue