mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fix typo in comment
This commit is contained in:
parent
406675b1a0
commit
46c13fef46
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class BaseUserManager(models.Manager):
|
|||
@classmethod
|
||||
def normalize_email(cls, email):
|
||||
"""
|
||||
Normalize the email address by lowercasing the domain part of the it.
|
||||
Normalize the email address by lowercasing the domain part of it.
|
||||
"""
|
||||
email = email or ''
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue