From 4927c2cf1ec18e1fdabd22cb2d700b53f8cf9d5a Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Mon, 20 Mar 2006 23:05:57 +0000 Subject: [PATCH] magic-removal: Negligible whitespace fix git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2542 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/views/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django/contrib/admin/views/main.py b/django/contrib/admin/views/main.py index 1110b60c0b..b271af708a 100644 --- a/django/contrib/admin/views/main.py +++ b/django/contrib/admin/views/main.py @@ -46,8 +46,8 @@ def quote(s): """ Ensure that primary key values do not confuse the admin URLs by escaping any '/', '_' and ':' characters. Similar to urllib.quote, except that the - quoting is slightly different so that it doesn't get autoamtically - unquoted by the web browser. + quoting is slightly different so that it doesn't get autoamtically + unquoted by the web browser. """ if type(s) != type(''): return s