Issue #22186: Fix typos in Lib/.

Patch by Févry Thibault.
This commit is contained in:
Berker Peksag 2014-10-19 18:07:05 +03:00
commit 1ed2e69a4a
14 changed files with 16 additions and 16 deletions

View file

@ -1349,7 +1349,7 @@ test case
self.checkAssertLogsPerLevel('ERROR')
def checkAssertLogsPerLogger(self, logger):
# Check per-logger fitering
# Check per-logger filtering
with self.assertNoStderr():
with self.assertLogs(level='DEBUG') as outer_cm:
with self.assertLogs(logger, level='DEBUG') as cm: