From 37ea3cb03e80de80380009a7a7939bc48d75abe9 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 22 Oct 2015 14:46:42 -0400 Subject: Fixed "URLconf" spelling in code comments. --- tests/view_tests/tests/test_debug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/view_tests') diff --git a/tests/view_tests/tests/test_debug.py b/tests/view_tests/tests/test_debug.py index 590d75264f..fc7bd43160 100644 --- a/tests/view_tests/tests/test_debug.py +++ b/tests/view_tests/tests/test_debug.py @@ -174,9 +174,9 @@ class DebugViewTests(LoggingCaptureMixin, SimpleTestCase): @override_settings(ROOT_URLCONF='view_tests.default_urls') def test_default_urlconf_template(self): """ - Make sure that the default urlconf template is shown shown instead + Make sure that the default URLconf template is shown shown instead of the technical 404 page, if the user has not altered their - url conf yet. + URLconf yet. """ response = self.client.get('/') self.assertContains( -- cgit v1.3