Skip to content

Commit 68019d7

Browse files
committed
Fix typo
1 parent 8d91a45 commit 68019d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email_validator/exceptions_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ValidatedEmail:
2424
"""The email address that was passed to validate_email. (If passed as bytes, this will be a string.)"""
2525
original: str
2626

27-
"""The normalized email address, which should always be used in preferance to the original address.
27+
"""The normalized email address, which should always be used in preference to the original address.
2828
The normalized address converts an IDNA ASCII domain name to Unicode, if possible, and performs
2929
Unicode normalization on the local part and on the domain (if originally Unicode). It is the
3030
concatenation of the local_part and domain attributes, separated by an @-sign."""

0 commit comments

Comments
 (0)