diff options
author | Georg Brandl <georg@python.org> | 2016-02-25 19:17:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2016-02-25 19:17:45 (GMT) |
commit | 8c16cb9f65bfc7d732bc6bd3f533856795a95690 (patch) | |
tree | ee95fd5346ec40c976a07ffce0348d56180d8251 /Doc/distutils | |
parent | 2305b3cde3406f3a0ee7ff8c858bce5d372c77ae (diff) | |
download | cpython-8c16cb9f65bfc7d732bc6bd3f533856795a95690.zip cpython-8c16cb9f65bfc7d732bc6bd3f533856795a95690.tar.gz cpython-8c16cb9f65bfc7d732bc6bd3f533856795a95690.tar.bz2 |
Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/apiref.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 554d2c8..6b2d5cb 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`. |