diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-07-15 12:10:29 -0400 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-07-15 12:10:29 -0400 |
commit | ae46cdc04cd2642282cfc17217c226e77fec809c (patch) | |
tree | 4b85898a0cc2b4b8586875e49d4e505a0a0f2e2e /Lib/test/test_email | |
parent | 0c783530891e8452fee4a156427b5f92d7b94ec4 (diff) | |
parent | e4386f17268bbe5f1a64b371f7ccbace30273454 (diff) | |
download | cpython-ae46cdc04cd2642282cfc17217c226e77fec809c.tar.gz |
Merge: Closes #18464: fix typo in test name.
Diffstat (limited to 'Lib/test/test_email')
-rw-r--r-- | Lib/test/test_email/test__encoded_words.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_email/test__encoded_words.py b/Lib/test/test_email/test__encoded_words.py index f8e380dc55..900e1d0e64 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', |