diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 07:51:37 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 07:51:37 (GMT) |
commit | 204bf0b9aecd221c33f3e0909f261411783acf1b (patch) | |
tree | 53640723738b9ed6b5c99010d8a88d328766c66e /Lib/distutils/tests | |
parent | 0ca0edee336a98f209ed79e640a9dc80620a29bd (diff) | |
download | cpython-204bf0b9aecd221c33f3e0909f261411783acf1b.zip cpython-204bf0b9aecd221c33f3e0909f261411783acf1b.tar.gz cpython-204bf0b9aecd221c33f3e0909f261411783acf1b.tar.bz2 |
English spelling and grammar fixes
Diffstat (limited to 'Lib/distutils/tests')
-rw-r--r-- | Lib/distutils/tests/test_build_ext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/tests/test_build_ext.py b/Lib/distutils/tests/test_build_ext.py index 8f62b1a..4e397ea 100644 --- a/Lib/distutils/tests/test_build_ext.py +++ b/Lib/distutils/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) |