Fix typo in comment
This commit is contained in:
parent
406675b1a0
commit
46c13fef46
|
@ -19,7 +19,7 @@ class BaseUserManager(models.Manager):
|
||||||
@classmethod
|
@classmethod
|
||||||
def normalize_email(cls, email):
|
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 ''
|
email = email or ''
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue