From d6d007819dd630bf844f17a64d5120f8d230a6c8 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 1 Oct 2020 13:07:57 +0200 Subject: [PATCH] Fixed typo in tests/view_tests/tests/test_debug.py docstring. --- tests/view_tests/tests/test_debug.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/view_tests/tests/test_debug.py b/tests/view_tests/tests/test_debug.py index 80f5af89f7..1ce4f3f800 100644 --- a/tests/view_tests/tests/test_debug.py +++ b/tests/view_tests/tests/test_debug.py @@ -238,9 +238,8 @@ class DebugViewTests(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 - of the technical 404 page, if the user has not altered their - URLconf yet. + Make sure that the default URLconf template is shown instead of the + technical 404 page, if the user has not altered their URLconf yet. """ response = self.client.get('/') self.assertContains(