diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-10 08:43:14 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-10 08:43:14 -0400 |
| commit | c85bdd84783be705f1dc1ce8b080fab18ddf2f52 (patch) | |
| tree | f6c6fe0422c27f8d55810913e14a753f5cb6522d /setuptools/monkey.py | |
| parent | 9e58d95017656ee33d2cf642cf1be6c77298f16d (diff) | |
| parent | 9d7b246c0f40fabb25741a023849bf14919e408d (diff) | |
| download | python-setuptools-git-c85bdd84783be705f1dc1ce8b080fab18ddf2f52.tar.gz | |
Merge branch 'master' into bugfix/2232-adopt-distutils-default
Diffstat (limited to 'setuptools/monkey.py')
| -rw-r--r-- | setuptools/monkey.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/monkey.py b/setuptools/monkey.py index 3c77f8cf..e5f1377b 100644 --- a/setuptools/monkey.py +++ b/setuptools/monkey.py @@ -138,7 +138,7 @@ def patch_for_msvc_specialized_compiler(): msvc = import_module('setuptools.msvc') if platform.system() != 'Windows': - # Compilers only availables on Microsoft Windows + # Compilers only available on Microsoft Windows return def patch_params(mod_name, func_name): |
