summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
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)
commitb008d3d00c214e9d737aa0f0f20246b1b4efaa9e (patch)
tree41530288c694d46c55470538cb518b042f2471ae /Doc/distutils
parent8d9dcd185c1f0716b20ecf5d3cb6fc4ef2c16874 (diff)
downloadcpython-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.rst2
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 |