Skip to content

Commit 590c1ac

Browse files
authored
fixup typo
1 parent bf72d24 commit 590c1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/email/_policybase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'compat32',
1616
]
1717

18-
# validation regex from RFC 5322,equivalent to pattern re.compile("[!-9;-~]+$")
18+
# validation regex from RFC 5322, equivalent to pattern re.compile("[!-9;-~]+$")
1919
valid_header_name_re = re.compile("[\041-\071\073-\176]+$")
2020

2121
def validate_header_name(name):

0 commit comments

Comments
 (0)