Django

Code

Changeset 7792

Show
Ignore:
Timestamp:
06/30/08 01:42:50 (3 months ago)
Author:
mtredinnick
Message:

Fixed #7543 -- Typo fix. Thanks, James Turnbull.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r7757 r7792  
    21562156When an abstract base class is created, Django makes any ``Meta`` inner class 
    21572157you declared on the base class available as an attribute. If a child class 
    2158 does not declared its own ``Meta`` class, it will inherit the parent's 
     2158does not declare its own ``Meta`` class, it will inherit the parent's 
    21592159``Meta``. If the child wants to extend the parent's ``Meta`` class, it can 
    21602160subclass it. For example::