summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-05-17 12:35:57 +0300
committerGitHub <noreply@github.com>2020-05-17 12:35:57 +0300
commitbd8be5417632c019dbc1d36400052805f95a372c (patch)
treea10a8a468d7d7dd0d25f5b6ac53a7f7b4b37053a /numpy/core/setup.py
parent125b0c82053c42c43d1b4b36c6184ae71c75c548 (diff)
parent0a2893149e88e5c5bb69a29f78a4ad262a08cd29 (diff)
downloadnumpy-bd8be5417632c019dbc1d36400052805f95a372c.tar.gz
Merge pull request #16269 from tbm/typo
DOC: Fix typos and cosmetic issues
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index 76f3f5abe..fcc422545 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -520,7 +520,7 @@ def configuration(parent_package='',top_path=None):
def generate_numpyconfig_h(ext, build_dir):
"""Depends on config.h: generate_config_h has to be called before !"""
# put common include directory in build_dir on search path
- # allows using code generation in headers headers
+ # allows using code generation in headers
config.add_include_dirs(join(build_dir, "src", "common"))
config.add_include_dirs(join(build_dir, "src", "npymath"))