]> granicus.if.org Git - python/commitdiff
Closes #18464: fix typo in test name.
authorR David Murray <rdmurray@bitdance.com>
Mon, 15 Jul 2013 16:09:47 +0000 (12:09 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 15 Jul 2013 16:09:47 +0000 (12:09 -0400)
Lib/test/test_email/test__encoded_words.py

index f8e380dc5549978fbaa013e5689b23543448d21c..900e1d0e64d4341c4ca286c7127a34d0e34dc0af 100644 (file)
@@ -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',