diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2018-05-01 04:28:18 +0000 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2018-04-30 21:28:18 -0700 |
commit | 820765d762513510a8e46f108e8bc8b366127f8f (patch) | |
tree | e03571b42ed4cf2c929c64ca2ba9803e26839b65 /numpy/core/setup.py | |
parent | 4cfba64b4abcd0875fe68618c2a18d37cd173eec (diff) | |
download | numpy-820765d762513510a8e46f108e8bc8b366127f8f.tar.gz |
MAINT: Misc. typos (#11005)
User- and non-user-facing typos.
Some source typos fixes as well.
Found via `codespell`.
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 15f6e1522..7d8bab557 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -664,7 +664,7 @@ def configuration(parent_package='',top_path=None): def get_mathlib_info(*args): # Another ugly hack: the mathlib info is known once build_src is run, # but we cannot use add_installed_pkg_config here either, so we only - # update the substition dictionary during npymath build + # update the substitution dictionary during npymath build config_cmd = config.get_config_cmd() # Check that the toolchain works, to fail early if it doesn't |