summaryrefslogtreecommitdiff
path: root/tests/view_tests
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-10-22 14:46:42 -0400
committerTim Graham <timograham@gmail.com>2015-10-22 14:46:42 -0400
commit37ea3cb03e80de80380009a7a7939bc48d75abe9 (patch)
treeb688212a1d73ded31286d787cb4ca4d7e069c3a5 /tests/view_tests
parentc08f85fd547a3030cca7ac227e3378d70033e517 (diff)
Fixed "URLconf" spelling in code comments.
Diffstat (limited to 'tests/view_tests')
-rw-r--r--tests/view_tests/tests/test_debug.py4
1 files changed, 2 insertions, 2 deletions
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(