Django

Code

Changeset 3451

Show
Ignore:
Timestamp:
07/25/06 19:15:01 (2 years ago)
Author:
adrian
Message:

Fixed #2420 -- Fixed typo in docs/syndication_feeds.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/syndication_feeds.txt

    r3214 r3451  
    428428            """ 
    429429 
    430         def author_name(self): 
     430        def author_email(self): 
    431431            """ 
    432432            Returns the feed's author's e-mail as a normal Python string.