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:
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user