summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/apiref.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-02 20:25:14 (GMT)
committerGeorg Brandl <georg@python.org>2009-01-02 20:25:14 (GMT)
commitfc29f27c162a236d2d879ab3fb803110628a0ccf (patch)
treecc68b3ee5ebf96d0e63161394c80a499f21ecae5 /Doc/distutils/apiref.rst
parent511048673f8635b12f683eb9fc09f42c8ab871c7 (diff)
downloadcpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.zip
cpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.tar.gz
cpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.tar.bz2
#4811: fix markup glitches (mostly remains of the conversion),
found by Gabriel Genellina.
Diffstat (limited to 'Doc/distutils/apiref.rst')
-rw-r--r--Doc/distutils/apiref.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 4a0d354..f9222ec 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -188,9 +188,10 @@ the full reference.
| | for C/C++ header files (in | |
| | Unix form for portability) | |
+------------------------+--------------------------------+---------------------------+
- | *define_macros* | list of macros to define; each | (string,string) tuple or |
- | | macro is defined using a | (name,``None``) |
- | | 2-tuple, where 'value' is | |
+ | *define_macros* | list of macros to define; each | (string, string) tuple or |
+ | | macro is defined using a | (name, ``None``) |
+ | | 2-tuple ``(name, value)``, | |
+ | | where *value* is | |
| | either the string to define it | |
| | to or ``None`` to define it | |
| | without a particular value | |