Fixed #6249 -- Fixed error in docs/syndication_feeds.txt example. Thanks, darugar

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-12-21 03:16:03 +00:00
parent 72d279a29f
commit 0a348bb269
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ the feed.
An example makes this clear. Here's the code for these beat-specific feeds::
from django.contrib.syndication import FeedDoesNotExist
from django.contrib.syndication.feeds import FeedDoesNotExist
class BeatFeed(Feed):
def get_object(self, bits):