summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/syndication_feeds.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syndication_feeds.txt b/docs/syndication_feeds.txt
index b3edf4c008..ebd6af26f8 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):