[Python-checkins] cpython (3.2): Fix typo in command name

eric.araujo python-checkins at python.org
Fri Aug 19 14:25:25 CEST 2011


http://hg.python.org/cpython/rev/45854c5b783c
changeset:   71938:45854c5b783c
branch:      3.2
parent:      71935:adaec1a0dd47
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Aug 19 03:44:36 2011 +0200
summary:
  Fix typo in command name

files:
  Doc/distutils/setupscript.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst
--- a/Doc/distutils/setupscript.rst
+++ b/Doc/distutils/setupscript.rst
@@ -254,7 +254,7 @@
 
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list