1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed "URLconf" spelling in code comments.

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

View File

@@ -94,7 +94,7 @@ class URLDisabledTests(URLTestCaseBase):
@override_settings(ROOT_URLCONF='i18n.patterns.urls.path_unused')
class PathUnusedTests(URLTestCaseBase):
"""
Check that if no i18n_patterns is used in root urlconfs, then no
Check that if no i18n_patterns is used in root URLconfs, then no
language activation happens based on url prefix.
"""