Author: adrian
Date: 2006-12-30 01:48:11 -0600 (Sat, 30 Dec 2006)
New Revision: 4269

Modified:
  django/trunk/django/contrib/admin/views/main.py
Log:
Fixed typo in a docstring in django/contrib/admin/views/main.py

Modified: django/trunk/django/contrib/admin/views/main.py
===================================================================
--- django/trunk/django/contrib/admin/views/main.py     2006-12-30 07:30:00 UTC 
(rev 4268)
+++ django/trunk/django/contrib/admin/views/main.py     2006-12-30 07:48:11 UTC 
(rev 4269)
@@ -46,8 +46,8 @@
    """
    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 automatically
+    unquoted by the Web browser.
    """
    if type(s) != type(''):
        return s


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to