]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in command name
authorÉric Araujo <merwok@netwok.org>
Fri, 19 Aug 2011 07:30:26 +0000 (09:30 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 19 Aug 2011 07:30:26 +0000 (09:30 +0200)
Doc/distutils/setupscript.rst

index d10931b55a8efead8d2b867a92f2c43e37873cdc..cce78b03cd98b435133badf4cff448339efdb587 100644 (file)
@@ -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