diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-25 23:23:20 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-25 23:23:20 (GMT) |
commit | b008d3d00c214e9d737aa0f0f20246b1b4efaa9e (patch) | |
tree | 41530288c694d46c55470538cb518b042f2471ae /Doc/distutils | |
parent | 8d9dcd185c1f0716b20ecf5d3cb6fc4ef2c16874 (diff) | |
download | cpython-b008d3d00c214e9d737aa0f0f20246b1b4efaa9e.zip cpython-b008d3d00c214e9d737aa0f0f20246b1b4efaa9e.tar.gz cpython-b008d3d00c214e9d737aa0f0f20246b1b4efaa9e.tar.bz2 |
Synchronize packaging docs with distutils’ (includes fix for #9302)
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/apiref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 4c849a9..3adbc52 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -160,7 +160,7 @@ the full reference. .. class:: Extension The Extension class describes a single C or C++extension module in a setup - script. It accepts the following keyword arguments in its constructor + script. It accepts the following keyword arguments in its constructor: +------------------------+--------------------------------+---------------------------+ | argument name | value | type | |