summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-19 07:30:26 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-08-19 07:30:26 (GMT)
commit0dcf59a7bd87af002f4af5c96c0c557cef413913 (patch)
tree99dabcfd2ffbede82df4f1f85bdb933110b8b846 /Doc/distutils
parenta2596a4d67127a77887dffb81fb2cf9f1a1d4f67 (diff)
downloadcpython-0dcf59a7bd87af002f4af5c96c0c557cef413913.zip
cpython-0dcf59a7bd87af002f4af5c96c0c557cef413913.tar.gz
cpython-0dcf59a7bd87af002f4af5c96c0c557cef413913.tar.bz2
Fix typo in command name
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/setupscript.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst
index d10931b..cce78b0 100644
--- a/Doc/distutils/setupscript.rst
+++ b/Doc/distutils/setupscript.rst
@@ -254,7 +254,7 @@ code: it's probably better to write C code like ::
If you need to include header files from some other Python extension, you can
take advantage of the fact that header files are installed in a consistent way
-by the Distutils :command:`install_header` command. For example, the Numerical
+by the Distutils :command:`install_headers` command. For example, the Numerical
Python header files are installed (on a standard Unix installation) to
:file:`/usr/local/include/python1.5/Numerical`. (The exact location will differ
according to your platform and Python installation.) Since the Python include