Django

Code

Changeset 2542

Show
Ignore:
Timestamp:
03/20/06 17:05:57 (3 years ago)
Author:
lukeplant
Message:

magic-removal: Negligible whitespace fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/magic-removal/django/contrib/admin/views/main.py

    r2538 r2542  
    4747    Ensure that primary key values do not confuse the admin URLs by escaping 
    4848    any '/', '_' and ':' characters. Similar to urllib.quote, except that the 
    49        quoting is slightly different so that it doesn't get autoamtically 
    50        unquoted by the web browser. 
     49    quoting is slightly different so that it doesn't get autoamtically 
     50    unquoted by the web browser. 
    5151    """ 
    5252    if type(s) != type(''):