diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-07-26 00:15:01 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-07-26 00:15:01 +0000 |
| commit | e427d5bc159e67b6d8e802fd88d5b8a55b13defe (patch) | |
| tree | b152d5c5d8dc9a1ab21264d554ff3a8a7e5bc8d1 /docs | |
| parent | 22b63bb5be66ed9fb3a52d24e0fb54bb97497b24 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syndication_feeds.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syndication_feeds.txt b/docs/syndication_feeds.txt index c84785b20b..b00af200a0 100644 --- a/docs/syndication_feeds.txt +++ b/docs/syndication_feeds.txt @@ -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. """ |
