Django

Code

Changeset 8739

Show
Ignore:
Timestamp:
08/30/08 01:02:14 (3 months ago)
Author:
ubernostrum
Message:

Fix inadvertent formatting introduced in [8732]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/ref/contrib/admin.txt

    r8732 r8739  
    227227     
    228228    * A string representing an attribute on the ``ModelAdmin``. This behaves 
    229  same as the callable. For example:: 
     229      same as the callable. For example:: 
    230230       
    231231          class PersonAdmin(admin.ModelAdmin):