summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Denton <charleswdenton@gmail.com>2016-02-11 11:14:06 +0000
committerTim Graham <timograham@gmail.com>2016-02-11 07:35:53 -0500
commit670c8162220c181c7738928a53dde35a74478a5b (patch)
tree03152ffe9185e2850ffbf20c2685ef6931515b2c
parentc5d591733f017447889c6ff71909e06f51779b97 (diff)
[1.9.x] Fixed typo in django/contrib/auth/base_user.py comment.
Backport of 46c13fef466eed0605c59654b1c30ba5fe8a454b from master
-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: