Skip to content

Commit

Permalink
Merge pull request #2294 from radarhere/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
jaraco authored Aug 2, 2020
2 parents d3e754f + 6af7659 commit 8d2456c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/monkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8d2456c

Please sign in to comment.