summaryrefslogtreecommitdiff
path: root/numpy/random/setup.py
diff options
context:
space:
mode:
authorcaioagiani <agianicaio@gmail.com>2022-01-30 17:33:23 -0300
committercaioagiani <agianicaio@gmail.com>2022-01-30 17:33:23 -0300
commit271c0809d29acbf75d2b4d637fa78a5fc5ce6ebb (patch)
tree60c515abd836b6ab6fc9b0d505c8975acbb8cb5f /numpy/random/setup.py
parentbc6a6084f6e49bd78c12508131395304a63cc6ca (diff)
downloadnumpy-271c0809d29acbf75d2b4d637fa78a5fc5ce6ebb.tar.gz
Fix typo in setup.py
Diffstat (limited to 'numpy/random/setup.py')
-rw-r--r--numpy/random/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/setup.py b/numpy/random/setup.py
index 01808e83c..233344430 100644
--- a/numpy/random/setup.py
+++ b/numpy/random/setup.py
@@ -53,7 +53,7 @@ def configuration(parent_package='', top_path=None):
if sys.platform == 'cygwin':
# Export symbols without __declspec(dllexport) for using by cython.
# Using __declspec(dllexport) does not export other necessary symbols
- # in Cygwin package's Cython enviroment, making it impossible to
+ # in Cygwin package's Cython environment, making it impossible to
# import modules.
EXTRA_LINK_ARGS += ['-Wl,--export-all-symbols']