diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-07-07 05:11:36 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-07-07 05:11:36 (GMT) |
commit | 7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469 (patch) | |
tree | 7579ffe781c6b9edd500d7c0f0001ee6547982c4 /Doc | |
parent | 3d3aedc8ba2d7e97859b408c8ea3565c68364f0c (diff) | |
download | cpython-7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469.zip cpython-7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469.tar.gz cpython-7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469.tar.bz2 |
Fix versionchanged directives
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/distutils/builtdist.rst | 2 | ||||
-rw-r--r-- | Doc/distutils/sourcedist.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/builtdist.rst b/Doc/distutils/builtdist.rst index 144619b..523d1e0 100644 --- a/Doc/distutils/builtdist.rst +++ b/Doc/distutils/builtdist.rst @@ -100,7 +100,7 @@ The available formats for built distributions are: | ``msi`` | Microsoft Installer. | | +-------------+------------------------------+---------+ -.. versionchanged: 3.5 +.. versionchanged:: 3.5 Added support for the ``xztar`` format. 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: |