From 44c8b81e5b106d5b75fec35aefada32244128312 Mon Sep 17 00:00:00 2001 From: haimingZZ Date: Wed, 23 Sep 2026 18:14:07 +0800 Subject: [PATCH] docs: fix duplicate 'or or' typo in email_validator/syntax.py:39 --- email_validator/syntax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_validator/syntax.py b/email_validator/syntax.py index fb59b13..0a06840 100644 --- a/email_validator/syntax.py +++ b/email_validator/syntax.py @@ -36,7 +36,7 @@ def split_email(email: str) -> tuple[Optional[str], str, str, bool, str]: # # Display names are either basic characters (the same basic characters # permitted in email addresses, but periods are not allowed and spaces - # are allowed; see RFC 5322 Appendix A.1.2), or or a quoted string with + # are allowed; see RFC 5322 Appendix A.1.2), or a quoted string with # the same rules as a quoted local part. (Multiple quoted strings might # be allowed? Unclear.) Optional space (RFC 5322 3.4 CFWS) and then the # email address follows in angle brackets.