mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Typo fixes
This commit is contained in:
parent
351e1a3e88
commit
7ce9b18460
3 changed files with 4 additions and 4 deletions
|
@ -356,7 +356,7 @@ class SysModuleTest(unittest.TestCase):
|
|||
self.failUnless(sys.flags)
|
||||
attrs = ("debug", "py3k_warning", "division_warning", "division_new",
|
||||
"inspect", "interactive", "optimize", "dont_write_bytecode",
|
||||
"no_site", "ingnore_environment", "tabcheck", "verbose",
|
||||
"no_site", "ignore_environment", "tabcheck", "verbose",
|
||||
"unicode")
|
||||
for attr in attrs:
|
||||
self.assert_(hasattr(sys.flags, attr), attr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue