Commit 93324977 authored by Florian Apolloner's avatar Florian Apolloner
Browse files

Merge pull request #6121 from meshy/patch-1

Fix typo in comment
parents 6f131873 46c13fef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: