English spelling and grammar fixes

This commit is contained in:
Martin Panter 2016-07-11 07:51:37 +00:00
parent 0ca0edee33
commit 204bf0b9ae
11 changed files with 17 additions and 17 deletions

View file

@ -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)