diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 16:07:07 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 16:07:07 +0000 |
| commit | b4f5655c8616664216dd5c495c33edc10a147655 (patch) | |
| tree | 808a9868166024e6f01b589d0b49160ef8012c59 /django/contrib/admin/__init__.py | |
| parent | 3a0950739bc0947c2ae336b54905361a73f2871d (diff) | |
Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/contrib/admin/__init__.py')
| -rw-r--r-- | django/contrib/admin/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/__init__.py b/django/contrib/admin/__init__.py index f8bfde1f5b..8105976591 100644 --- a/django/contrib/admin/__init__.py +++ b/django/contrib/admin/__init__.py @@ -15,7 +15,7 @@ def autodiscover(): may want. """ # Bail out if autodiscover didn't finish loading from a previous call so - # that we avoid running autodiscover again when the URLConf is loaded by + # that we avoid running autodiscover again when the URLconf is loaded by # the exception handler to resolve the handler500 view. This prevents an # admin.py module with errors from re-registering models and raising a # spurious AlreadyRegistered exception (see #8245). |
