From f23530f5690d2e37bba7235a6398b2c386a5b485 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 19 Oct 2014 18:04:38 +0300 Subject: Issue #22186: Fix typos in Lib/. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Févry Thibault. --- Lib/unittest/test/test_case.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/unittest/test/test_case.py') diff --git a/Lib/unittest/test/test_case.py b/Lib/unittest/test/test_case.py index e70dd5bd03..f0b327dd82 100644 --- a/Lib/unittest/test/test_case.py +++ b/Lib/unittest/test/test_case.py @@ -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: -- cgit v1.2.1