Django

Code

Changeset 5924

Show
Ignore:
Timestamp:
08/17/07 23:54:08 (11 months ago)
Author:
russellm
Message:

Finished a sentence that didn't get committed in [5923].

Files:

Legend:

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

    r5923 r5924  
    2323    Given a command name, returns the Command class instance. Raises 
    2424    Raises ImportError if a command module doesn't exist, or AttributeError 
    25     if a command module doesn't include
     25    if a command module doesn't contain a Command instance
    2626    """ 
    2727    # Let any errors propogate.