Django

Code

Changeset 5747

Show
Ignore:
Timestamp:
07/21/07 22:45:03 (1 year ago)
Author:
gwilson
Message:

Corrected typo in [5746].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/shortcuts/__init__.py

    r5746 r5747  
    5151    """ 
    5252    Use filter() to return a list of objects, or raise a Http404 exception if 
    53     the list is emtpy. 
     53    the list is empty. 
    5454 
    5555    klass may be a Model, Manager, or QuerySet object.  All other passed