summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-11 07:51:37 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-07-11 07:51:37 +0000
commitf11c5c1af6806da60cedfdbc94b4548fefec73bb (patch)
tree4e5222a27bf3278f9afc560bedd65175efd35478
parentf568a513f3be48c8f778da29719b7573b869e6c0 (diff)
downloadpython-setuptools-git-f11c5c1af6806da60cedfdbc94b4548fefec73bb.tar.gz
English spelling and grammar fixes
-rw-r--r--tests/test_build_ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_ext.py b/tests/test_build_ext.py
index 8f62b1a8..4e397ea4 100644
--- a/tests/test_build_ext.py
+++ b/tests/test_build_ext.py
@@ -243,7 +243,7 @@ class BuildExtTestCase(TempdirManager,
self.assertRaises(DistutilsSetupError, cmd.check_extensions_list, exts)
# second element of each tuple in 'ext_modules'
- # must be a ary (build info)
+ # must be a dictionary (build info)
exts = [('foo.bar', '')]
self.assertRaises(DistutilsSetupError, cmd.check_extensions_list, exts)