From 46c13fef466eed0605c59654b1c30ba5fe8a454b Mon Sep 17 00:00:00 2001 From: Charlie Denton Date: Thu, 11 Feb 2016 11:14:06 +0000 Subject: [PATCH] Fix typo in comment --- django/contrib/auth/base_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/auth/base_user.py b/django/contrib/auth/base_user.py index 31fec4f723..48ab950c43 100644 --- a/django/contrib/auth/base_user.py +++ b/django/contrib/auth/base_user.py @@ -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: