From d8ae61b59a1f12005688694bd175d06f65ab515f Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 20 Apr 2006 22:10:57 +0000 Subject: [PATCH] magic-removal: Fixed critical bug: Now using preferred spelling of 'malarkey' in Python comment. git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2717 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/views/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/views/defaults.py b/django/views/defaults.py index 7ad002b49c..71df6f41c2 100644 --- a/django/views/defaults.py +++ b/django/views/defaults.py @@ -58,7 +58,7 @@ def shortcut(request, content_type_id, object_id): except Site.DoesNotExist: pass - # If all that malarky found an object domain, use it; otherwise fall back + # If all that malarkey found an object domain, use it; otherwise fall back # to whatever get_absolute_url() returned. if object_domain is not None: return http.HttpResponseRedirect('http://%s%s' % (object_domain, absurl))