Merge pull request #6121 from meshy/patch-1

Fix typo in comment
This commit is contained in:
Florian Apolloner 2016-02-11 12:29:09 +01:00
commit 9332497701
1 changed files with 1 additions and 1 deletions

View File

@ -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: