Commit 670c8162 authored by Charlie Denton's avatar Charlie Denton Committed by Tim Graham
Browse files

[1.9.x] Fixed typo in django/contrib/auth/base_user.py comment.

Backport of 46c13fef from master
parent c5d59173
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: