Index: docs/syndication_feeds.txt
===================================================================
--- docs/syndication_feeds.txt	(revision 6962)
+++ docs/syndication_feeds.txt	(working copy)
@@ -201,7 +201,7 @@
 
 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):
