mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typos in comments and test code (#122846)
This commit is contained in:
parent
9375b9ca3a
commit
253c6a0b2f
18 changed files with 28 additions and 28 deletions
|
@ -2773,7 +2773,7 @@ class TestParser(TestParserMixin, TestEmailBase):
|
|||
parser.get_msg_id("<simplelocal@")
|
||||
|
||||
def test_get_msg_id_with_brackets(self):
|
||||
# Microsof Outlook generates non-standard one-off addresses:
|
||||
# Microsoft Outlook generates non-standard one-off addresses:
|
||||
# https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/one-off-addresses
|
||||
with self.assertRaises(errors.HeaderParseError):
|
||||
parser.get_msg_id("<[abrakadabra@microsoft.com]>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue