summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/auth/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/auth/urls.py b/django/contrib/auth/urls.py
index c3306807e5..cd4af69a55 100644
--- a/django/contrib/auth/urls.py
+++ b/django/contrib/auth/urls.py
@@ -1,4 +1,4 @@
-# The views used below are normally mapped in django.contrib.admin.urls.py
+# The views used below are normally mapped in the AdminSite instance.
# This URLs file is used to provide a reliable view deployment for test purposes.
# It is also provided as a convenience to those who want to deploy these URLs
# elsewhere.