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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-07-26 00:15:01 +00:00
parent 22b63bb5be
commit e427d5bc15
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ This example illustrates all possible attributes and methods for a ``Feed`` clas
author's e-mail as a normal Python string. author's e-mail as a normal Python string.
""" """
def author_name(self): def author_email(self):
""" """
Returns the feed's author's e-mail as a normal Python string. Returns the feed's author's e-mail as a normal Python string.
""" """