1
0
mirror of https://github.com/django/django.git synced 2025-10-27 15:46:10 +00:00

[1.9.x] Fixed "URLconf" spelling in code comments.

Backport of 37ea3cb03e from master
This commit is contained in:
Tim Graham
2015-10-22 14:46:42 -04:00
parent e241444ef5
commit ca46dc323b
8 changed files with 13 additions and 13 deletions

View File

@@ -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)