Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f93b36

Browse files
committed
Merge: Closes #18464: fix typo in test name.
2 parents 9ba6962 + 4883003 commit 7f93b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_email/test__encoded_words.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_b_case_ignored(self):
7575
def test_non_trivial_q(self):
7676
self._test('=?latin-1?q?=20F=fcr=20Elise=20?=', ' Für Elise ', 'latin-1')
7777

78-
def test_q_escpaed_bytes_preserved(self):
78+
def test_q_escaped_bytes_preserved(self):
7979
self._test(b'=?us-ascii?q?=20\xACfoo?='.decode('us-ascii',
8080
'surrogateescape'),
8181
' \uDCACfoo',

0 commit comments

Comments
 (0)