aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-25 20:17:45 +0100
committerGeorg Brandl <georg@python.org>2016-02-25 20:17:45 +0100
commit8c16cb9f65bfc7d732bc6bd3f533856795a95690 (patch)
treeee95fd5346ec40c976a07ffce0348d56180d8251 /Doc/distutils
parentFix rstlint to also look for indented comments that should be directives. (diff)
downloadcpython-8c16cb9f65bfc7d732bc6bd3f533856795a95690.tar.gz
cpython-8c16cb9f65bfc7d732bc6bd3f533856795a95690.tar.bz2
cpython-8c16cb9f65bfc7d732bc6bd3f533856795a95690.zip
Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/apiref.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 554d2c878db..6b2d5cb099a 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -876,7 +876,7 @@ tarballs or zipfiles.
archive. *root_dir* and *base_dir* both default to the current directory.
Returns the name of the archive file.
- .. versionchanged: 3.5
+ .. versionchanged:: 3.5
Added support for the ``xztar`` format.
@@ -891,7 +891,7 @@ tarballs or zipfiles.
compression extension (``.gz``, ``.bz2``, ``.xz`` or ``.Z``). Return the
output filename.
- .. versionchanged: 3.5
+ .. versionchanged:: 3.5
Added support for the ``xz`` compression.
@@ -1234,7 +1234,7 @@ other utility module.
<imp.get_tag>` in their name, in a :file:`__pycache__` subdirectory
instead of files without tag in the current directory.
- .. versionchanged: 3.5
+ .. versionchanged:: 3.5
Create ``.pyc`` files according to :pep:`488`.