diff options
| author | Tom Carrick <tom@carrick.eu> | 2020-06-10 08:39:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 08:39:09 +0200 |
| commit | 69a78a4a63ca70f77d2d6003bb6b563cc6dbab34 (patch) | |
| tree | a842479ea545c72b4abddc26387e43b4fa7f6835 | |
| parent | 4339f2aff272bceabd67e452c65bcfe0700b3f09 (diff) | |
Fixed comment in django/contrib/auth/urls.py.
| -rw-r--r-- | django/contrib/auth/urls.py | 2 |
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. |
