From 69a78a4a63ca70f77d2d6003bb6b563cc6dbab34 Mon Sep 17 00:00:00 2001 From: Tom Carrick Date: Wed, 10 Jun 2020 08:39:09 +0200 Subject: [PATCH] Fixed comment in django/contrib/auth/urls.py. --- django/contrib/auth/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/auth/urls.py b/django/contrib/auth/urls.py index c3306807e5d..cd4af69a55b 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.