aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/msvc.py
diff options
context:
space:
mode:
authorstepshal <stepshal@users.noreply.github.com>2016-08-20 08:15:52 +0700
committerJason R. Coombs <jaraco@jaraco.com>2016-08-19 21:15:52 -0400
commite3ffde678c36ca778476574194cdc6d436d82263 (patch)
treea05a893ebbf6a3bad5e0b21751f65d56f8b3e585 /setuptools/msvc.py
parent2a0db96ee5e78a4d555cbd7288029cbd975c5976 (diff)
downloadexternal_python_setuptools-e3ffde678c36ca778476574194cdc6d436d82263.tar.gz
external_python_setuptools-e3ffde678c36ca778476574194cdc6d436d82263.tar.bz2
external_python_setuptools-e3ffde678c36ca778476574194cdc6d436d82263.zip
Remove trailing whitespace. (#751)
Diffstat (limited to 'setuptools/msvc.py')
-rw-r--r--setuptools/msvc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/msvc.py b/setuptools/msvc.py
index bffaa6aa..26e399cc 100644
--- a/setuptools/msvc.py
+++ b/setuptools/msvc.py
@@ -223,7 +223,7 @@ def msvc14_get_vc_env(plat_spec):
def msvc14_gen_lib_options(*args, **kwargs):
"""
- Patched "distutils._msvccompiler.gen_lib_options" for fix
+ Patched "distutils._msvccompiler.gen_lib_options" for fix
compatibility between "numpy.distutils" and "distutils._msvccompiler"
(for Numpy < 1.11.2)
"""