summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/test_forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/auth/tests/test_forms.py')
-rw-r--r--django/contrib/auth/tests/test_forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/auth/tests/test_forms.py b/django/contrib/auth/tests/test_forms.py
index 837db709a5..0efd5fb8b5 100644
--- a/django/contrib/auth/tests/test_forms.py
+++ b/django/contrib/auth/tests/test_forms.py
@@ -388,7 +388,7 @@ class PasswordResetFormTest(TestCase):
def test_nonexistant_email(self):
"""
- Test nonexistant email address. This should not fail because it would
+ Test nonexistent email address. This should not fail because it would
expose information about registered users.
"""
data = {'email': 'foo@bar.com'}