From 0a348bb2692ce793cf28c50643bcf484d63e8560 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 21 Dec 2007 03:16:03 +0000 Subject: [PATCH] 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 --- 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 b3edf4c0081..ebd6af26f80 100644 --- a/docs/syndication_feeds.txt +++ b/docs/syndication_feeds.txt @@ -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):