summaryrefslogtreecommitdiff
path: root/setuptools/monkey.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-08-10 08:43:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-08-10 08:43:14 -0400
commitc85bdd84783be705f1dc1ce8b080fab18ddf2f52 (patch)
treef6c6fe0422c27f8d55810913e14a753f5cb6522d /setuptools/monkey.py
parent9e58d95017656ee33d2cf642cf1be6c77298f16d (diff)
parent9d7b246c0f40fabb25741a023849bf14919e408d (diff)
downloadpython-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.py2
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):