diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-05-17 12:35:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 12:35:57 +0300 |
commit | bd8be5417632c019dbc1d36400052805f95a372c (patch) | |
tree | a10a8a468d7d7dd0d25f5b6ac53a7f7b4b37053a /numpy/core/setup.py | |
parent | 125b0c82053c42c43d1b4b36c6184ae71c75c548 (diff) | |
parent | 0a2893149e88e5c5bb69a29f78a4ad262a08cd29 (diff) | |
download | numpy-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.py | 2 |
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")) |