From 908c4ea8f910490d33eb68edd700ea2573310def Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Wed, 4 Jul 2012 13:24:34 +0200 Subject: [PATCH] fix english in comment --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 965194b17..5ac6c0819 100755 --- a/setup.py +++ b/setup.py @@ -235,7 +235,7 @@ if 'setuptools' in sys.modules: if PY3: setuptools_extra_args['use_2to3'] = True # we try to make a 2.6, 2.7, and 3.1 to 3.3 python compatible code - # so we explicitely disable some 2to3 fixes to be sure we ain't forgetting + # so we explicitly disable some 2to3 fixes to be sure we aren't forgetting # anything. setuptools_extra_args['use_2to3_exclude_fixers'] = [ 'lib2to3.fixes.fix_except',