Issue #23804: Merge spelling and NEWS fixes from 3.5

This commit is contained in:
Martin Panter 2016-07-11 12:54:44 +00:00
commit 702f4f5d6f
11 changed files with 22 additions and 16 deletions

View file

@ -242,7 +242,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)