mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Merge 3.2, fix typos.
This commit is contained in:
commit
e41f0de84d
8 changed files with 8 additions and 8 deletions
|
@ -3222,7 +3222,7 @@ class BasicConfigTest(unittest.TestCase):
|
|||
# style defaults to %
|
||||
self.assertIsInstance(formatter._style, logging.PercentStyle)
|
||||
|
||||
# level is not explicitely set
|
||||
# level is not explicitly set
|
||||
self.assertEqual(logging.root.level, self.original_logging_level)
|
||||
|
||||
def test_filename(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue