diff options
author | Andrew Murray <3112309+radarhere@users.noreply.github.com> | 2020-08-01 12:20:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-01 12:20:35 +1000 |
commit | 6af765910c71ead64b0093ac51db7592d1ad238c (patch) | |
tree | 56baa3f3c567097f0446538dcd46c63029bcbc95 /setuptools/monkey.py | |
parent | 5578b4466d236ba3516a9df726e0c08a2eea3f06 (diff) | |
download | external_python_setuptools-6af765910c71ead64b0093ac51db7592d1ad238c.tar.gz external_python_setuptools-6af765910c71ead64b0093ac51db7592d1ad238c.tar.bz2 external_python_setuptools-6af765910c71ead64b0093ac51db7592d1ad238c.zip |
Fixed typo
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): |