From 1dcc603efff8229838f27019668d864a0bcbfa59 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 28 May 2014 17:39:14 -0700 Subject: Fixed several typos in Django --- tests/test_client/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_client') diff --git a/tests/test_client/tests.py b/tests/test_client/tests.py index a04b14472f..b9c033fe15 100644 --- a/tests/test_client/tests.py +++ b/tests/test_client/tests.py @@ -405,7 +405,7 @@ class ClientTest(TestCase): # TODO: Log in with right permissions and request the page again def test_view_with_permissions_exception(self): - "Request a page that is protected with @permission_required but raises a exception" + "Request a page that is protected with @permission_required but raises an exception" # Get the page without logging in. Should result in 403. response = self.client.get('/permission_protected_view_exception/') -- cgit v1.3