summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Carrick <tom@carrick.eu>2020-06-10 08:39:09 +0200
committerGitHub <noreply@github.com>2020-06-10 08:39:09 +0200
commit69a78a4a63ca70f77d2d6003bb6b563cc6dbab34 (patch)
treea842479ea545c72b4abddc26387e43b4fa7f6835
parent4339f2aff272bceabd67e452c65bcfe0700b3f09 (diff)
Fixed comment in django/contrib/auth/urls.py.
-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.