diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 07:51:37 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 07:51:37 +0000 |
commit | f11c5c1af6806da60cedfdbc94b4548fefec73bb (patch) | |
tree | 4e5222a27bf3278f9afc560bedd65175efd35478 | |
parent | f568a513f3be48c8f778da29719b7573b869e6c0 (diff) | |
download | python-setuptools-git-f11c5c1af6806da60cedfdbc94b4548fefec73bb.tar.gz |
English spelling and grammar fixes
-rw-r--r-- | tests/test_build_ext.py | 2 |
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) |