From 48830035e5e616b9660014cc451198b82e3f8a8e Mon Sep 17 00:00:00 2001 From: R David Murray Date: Mon, 15 Jul 2013 12:09:47 -0400 Subject: Closes #18464: fix typo in test name. --- Lib/test/test_email/test__encoded_words.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_email/test__encoded_words.py b/Lib/test/test_email/test__encoded_words.py index f8e380d..900e1d0 100644 --- a/Lib/test/test_email/test__encoded_words.py +++ b/Lib/test/test_email/test__encoded_words.py @@ -75,7 +75,7 @@ class TestDecode(TestEmailBase): def test_non_trivial_q(self): self._test('=?latin-1?q?=20F=fcr=20Elise=20?=', ' Für Elise ', 'latin-1') - def test_q_escpaed_bytes_preserved(self): + def test_q_escaped_bytes_preserved(self): self._test(b'=?us-ascii?q?=20\xACfoo?='.decode('us-ascii', 'surrogateescape'), ' \uDCACfoo', -- cgit v0.12