From: Éric Araujo Date: Fri, 19 Aug 2011 07:30:26 +0000 (+0200) Subject: Fix typo in command name X-Git-Tag: v2.7.3rc1~503^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dcf59a7bd87af002f4af5c96c0c557cef413913;p=thirdparty%2FPython%2Fcpython.git Fix typo in command name --- diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index d10931b55a8e..cce78b03cd98 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