summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-11-30 08:37:15 -0500
committerTim Graham <timograham@gmail.com>2013-11-30 08:37:15 -0500
commitf3e7ab366c597571198dc8d024f09e619991bac4 (patch)
treea7770e906f81bc2e7e37e64d849a9092d706f11b /django
parentc0a2daad78c66def2ce6592977b78dab6475dd53 (diff)
Removed gender-based pronouns per [c0a2daad78].
Diffstat (limited to 'django')
-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 bf9a002770..41cb3350b1 100644
--- a/django/contrib/auth/tests/test_forms.py
+++ b/django/contrib/auth/tests/test_forms.py
@@ -133,7 +133,7 @@ class AuthenticationFormTest(TestCase):
[force_text(form.error_messages['inactive'])])
def test_custom_login_allowed_policy(self):
- # The user is inactive, but our custom form policy allows him to log in.
+ # The user is inactive, but our custom form policy allows them to log in.
data = {
'username': 'inactive',
'password': 'password',