1
0
mirror of https://github.com/django/django.git synced 2025-10-29 16:46:11 +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

@@ -1,4 +1,4 @@
"""This urlconf exists because Django expects ROOT_URLCONF to exist. URLs
"""This URLconf exists because Django expects ROOT_URLCONF to exist. URLs
should be added within the test folders, and use TestCase.urls to set them.
This helps the tests remain isolated.
"""