We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d91a45 commit 68019d7Copy full SHA for 68019d7
email_validator/exceptions_types.py
@@ -24,7 +24,7 @@ class ValidatedEmail:
24
"""The email address that was passed to validate_email. (If passed as bytes, this will be a string.)"""
25
original: str
26
27
- """The normalized email address, which should always be used in preferance to the original address.
+ """The normalized email address, which should always be used in preference to the original address.
28
The normalized address converts an IDNA ASCII domain name to Unicode, if possible, and performs
29
Unicode normalization on the local part and on the domain (if originally Unicode). It is the
30
concatenation of the local_part and domain attributes, separated by an @-sign."""
0 commit comments