From e427d5bc159e67b6d8e802fd88d5b8a55b13defe Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 26 Jul 2006 00:15:01 +0000 Subject: [PATCH] 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 --- docs/syndication_feeds.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """