Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed May 9, 2024
1 parent 8d91a45 commit 68019d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email_validator/exceptions_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ValidatedEmail:
"""The email address that was passed to validate_email. (If passed as bytes, this will be a string.)"""
original: str

"""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.
The normalized address converts an IDNA ASCII domain name to Unicode, if possible, and performs
Unicode normalization on the local part and on the domain (if originally Unicode). It is the
concatenation of the local_part and domain attributes, separated by an @-sign."""
Expand Down

0 comments on commit 68019d7

Please sign in to comment.