summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_logging.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-11-11 18:39:25 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-11-11 18:39:25 (GMT)
commite41f0de84d286f0362e1c9e23a535aba827e109f (patch)
treeb5558b765d9f7b6fdb8903f8054727fed8736dc0 /Lib/test/test_logging.py
parentc178d9bcc4c3255cd2d4268b597e5e41cfeafdee (diff)
parent992d9e081fab2061185b80c6decb57249b4612fe (diff)
downloadcpython-e41f0de84d286f0362e1c9e23a535aba827e109f.zip
cpython-e41f0de84d286f0362e1c9e23a535aba827e109f.tar.gz
cpython-e41f0de84d286f0362e1c9e23a535aba827e109f.tar.bz2
Merge 3.2, fix typos.
Diffstat (limited to 'Lib/test/test_logging.py')
-rw-r--r--Lib/test/test_logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 25ca0b8..5e192d5 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -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):