summaryrefslogtreecommitdiff
path: root/django/contrib/auth/base_user.py
diff options
context:
space:
mode:
authorCharlie Denton <charleswdenton@gmail.com>2016-02-11 11:14:06 +0000
committerCharlie Denton <charleswdenton@gmail.com>2016-02-11 11:14:06 +0000
commit46c13fef466eed0605c59654b1c30ba5fe8a454b (patch)
treeda55323b5ba15f001a9855d8a9a5f4711429a1cb /django/contrib/auth/base_user.py
parent406675b1a03c0568f7768a73e7c279011e56054d (diff)
Fix typo in comment
Diffstat (limited to 'django/contrib/auth/base_user.py')
-rw-r--r--django/contrib/auth/base_user.py2
1 files changed, 1 insertions, 1 deletions
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: