mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
English spelling and grammar fixes
This commit is contained in:
parent
0ca0edee33
commit
204bf0b9ae
11 changed files with 17 additions and 17 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue