diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-07-07 00:11:36 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-07-07 00:11:36 -0500 |
commit | 7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469 (patch) | |
tree | 7579ffe781c6b9edd500d7c0f0001ee6547982c4 /Doc/distutils | |
parent | Fix usage of the default role. (diff) | |
download | cpython-7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469.tar.gz cpython-7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469.tar.bz2 cpython-7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469.zip |
Fix versionchanged directives
Diffstat (limited to 'Doc/distutils')
-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 144619b41b0..523d1e0fff1 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 d79f00d62fd..fb70514b790 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: |