mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Fixed "URLconf" spelling in code comments.
This commit is contained in:
parent
c08f85fd54
commit
37ea3cb03e
8 changed files with 13 additions and 13 deletions
|
@ -151,7 +151,7 @@ class CommonMiddlewareTest(SimpleTestCase):
|
|||
self.assertEqual(r.url,
|
||||
'http://www.testserver/slash/')
|
||||
|
||||
# The following tests examine expected behavior given a custom urlconf that
|
||||
# The following tests examine expected behavior given a custom URLconf that
|
||||
# overrides the default one through the request object.
|
||||
|
||||
@override_settings(APPEND_SLASH=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue