diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2020-05-17 15:30:00 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-05-17 15:32:24 +0800 |
commit | 0a2893149e88e5c5bb69a29f78a4ad262a08cd29 (patch) | |
tree | ac015c57e9717e45d26594e8eb451cc9c0bdcf1e /numpy/core/setup.py | |
parent | 50ce0fce70cac779919d97578381a9d762f42594 (diff) | |
download | numpy-0a2893149e88e5c5bb69a29f78a4ad262a08cd29.tar.gz |
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")) |