summaryrefslogtreecommitdiff
path: root/tests/urls.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-10-22 14:46:42 -0400
committerTim Graham <timograham@gmail.com>2015-10-22 14:46:42 -0400
commit37ea3cb03e80de80380009a7a7939bc48d75abe9 (patch)
treeb688212a1d73ded31286d787cb4ca4d7e069c3a5 /tests/urls.py
parentc08f85fd547a3030cca7ac227e3378d70033e517 (diff)
downloaddjango-37ea3cb03e80de80380009a7a7939bc48d75abe9.tar.gz
Fixed "URLconf" spelling in code comments.
Diffstat (limited to 'tests/urls.py')
-rw-r--r--tests/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/urls.py b/tests/urls.py
index bf9e5dc0fb..7d3a3a790a 100644
--- a/tests/urls.py
+++ b/tests/urls.py
@@ -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.
"""