mirror of https://github.com/django/django.git
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:
parent
22b63bb5be
commit
e427d5bc15
|
@ -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.
|
||||
"""
|
||||
|
||||
def author_name(self):
|
||||
def author_email(self):
|
||||
"""
|
||||
Returns the feed's author's e-mail as a normal Python string.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue