Fixed #485 -- Typo in utils/feedgenerator.py. Thanks, eugene@lazutkin.com

git-svn-id: http://code.djangoproject.com/svn/django/trunk@635 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-09-11 15:20:05 +00:00
parent 095305cb44
commit 63e512f25f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class RssFeed(SyndicationFeed):
handler.endElement(u"channel")
class RssUserland091Feed(RssFeed):
def startRssElement(self, handler):
def writeRssElement(self, handler):
handler.startElement(u"rss", {u"version": u"0.91"})
def writeRssItem(self, handler, item):