From 782edb393bc75c7d9947e76160137fffb151897d Mon Sep 17 00:00:00 2001
From: Adrian Holovaty <adrian@holovaty.com>
Date: Sat, 12 Nov 2005 03:48:53 +0000
Subject: [PATCH] Fixed ReST bug in docs/syndication_feeds.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1196 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 20e7e02b46..f518554b60 100644
--- a/docs/syndication_feeds.txt
+++ b/docs/syndication_feeds.txt
@@ -497,7 +497,7 @@ several subclasses:
     * ``Atom1Feed``
 
 Each of these three classes knows how to render a certain type of feed as XML.
-They share this interface::
+They share this interface:
 
 ``__init__(title, link, description, language=None, author_email=None,
 author_name=None, author_link=None, subtitle=None, categories=None)``