From de100beb4b53833f817d4ba9c6d940e4cff96d43 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 12 Dec 2017 19:08:43 -0500 Subject: DOC: fix minor typos --- numpy/distutils/msvccompiler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numpy/distutils/msvccompiler.py') diff --git a/numpy/distutils/msvccompiler.py b/numpy/distutils/msvccompiler.py index 903d75188..0cb4bf979 100644 --- a/numpy/distutils/msvccompiler.py +++ b/numpy/distutils/msvccompiler.py @@ -11,15 +11,15 @@ def _merge(old, new): Here `old` is the environment string before the base class initialize function is called and `new` is the string after the call. The new string - will be a fixed string if it is not obtained from the current enviroment, - or the same as the old string if obtained from the same enviroment. The aim + will be a fixed string if it is not obtained from the current environment, + or the same as the old string if obtained from the same environment. The aim here is not to append the new string if it is already contained in the old string so as to limit the growth of the environment string. Parameters ---------- old : string - Previous enviroment string. + Previous environment string. new : string New environment string. -- cgit v1.2.1