Author: russellm
Date: 2008-08-24 02:45:35 -0500 (Sun, 24 Aug 2008)
New Revision: 8512

Modified:
   django/trunk/docs/ref/contrib/syndication.txt
Log:
Fixed #8475 -- Corrected typo in example code in syndication docs. Thanks to 
bernd for the report.

Modified: django/trunk/docs/ref/contrib/syndication.txt
===================================================================
--- django/trunk/docs/ref/contrib/syndication.txt       2008-08-24 07:22:30 UTC 
(rev 8511)
+++ django/trunk/docs/ref/contrib/syndication.txt       2008-08-24 07:45:35 UTC 
(rev 8512)
@@ -979,7 +979,7 @@
     class iTunesFeed(Rss201rev2Feed):
         def root_attibutes(self):
             attrs = super(iTunesFeed, self).root_attibutes()
-            attrs['xmlns:itunes'] = 'http://www.itunes.com/dtds/podcast-1.0.dtd
+            attrs['xmlns:itunes'] = 
'http://www.itunes.com/dtds/podcast-1.0.dtd'
             return attrs
             
         def add_root_elements(self, handler):


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to