1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

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

Backport of 46c13fef466eed0605c59654b1c30ba5fe8a454b from master
This commit is contained in:
Charlie Denton 2016-02-11 11:14:06 +00:00 committed by Tim Graham
parent c5d591733f
commit 670c816222

View File

@ -19,7 +19,7 @@ class BaseUserManager(models.Manager):
@classmethod @classmethod
def normalize_email(cls, email): 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 '' email = email or ''
try: try: