summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/sourcedist.rst
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-07-07 05:11:36 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-07-07 05:11:36 (GMT)
commit7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469 (patch)
tree7579ffe781c6b9edd500d7c0f0001ee6547982c4 /Doc/distutils/sourcedist.rst
parent3d3aedc8ba2d7e97859b408c8ea3565c68364f0c (diff)
downloadcpython-7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469.zip
cpython-7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469.tar.gz
cpython-7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469.tar.bz2
Fix versionchanged directives
Diffstat (limited to 'Doc/distutils/sourcedist.rst')
-rw-r--r--Doc/distutils/sourcedist.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst
index d79f00d..fb70514 100644
--- a/Doc/distutils/sourcedist.rst
+++ b/Doc/distutils/sourcedist.rst
@@ -41,7 +41,7 @@ to create a gzipped tarball and a zip file. The available formats are:
| ``tar`` | tar file (:file:`.tar`) | |
+-----------+-------------------------+---------+
-.. versionchanged: 3.5
+.. versionchanged:: 3.5
Added support for the ``xztar`` format.
Notes: