diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-19 01:44:36 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-19 01:44:36 (GMT) |
commit | 4d71a66a01fec95556bc7f61f7e9ac29d66efe76 (patch) | |
tree | e768ab016e1bb82069ff7a0872e85a1aed863a32 /Doc | |
parent | a2d26182e28e99a66d9ed128f429d17ea53d48ae (diff) | |
download | cpython-4d71a66a01fec95556bc7f61f7e9ac29d66efe76.zip cpython-4d71a66a01fec95556bc7f61f7e9ac29d66efe76.tar.gz cpython-4d71a66a01fec95556bc7f61f7e9ac29d66efe76.tar.bz2 |
Fix typo in command name
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/distutils/setupscript.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index 606ea0f..8029243 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 |