From 271c0809d29acbf75d2b4d637fa78a5fc5ce6ebb Mon Sep 17 00:00:00 2001 From: caioagiani Date: Sun, 30 Jan 2022 17:33:23 -0300 Subject: Fix typo in setup.py --- numpy/random/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') 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'] -- cgit v1.2.1