Author: adrian
Date: 2007-05-02 15:31:15 -0500 (Wed, 02 May 2007)
New Revision: 5139
Modified:
django/trunk/docs/syndication_feeds.txt
Log:
Fixed #4068 -- Fixed incorrect docstring in docs/syndication_feeds.txt. Thanks,
Jeff Hilyard and Vinay Sajip
Modified: django/trunk/docs/syndication_feeds.txt
===================================================================
--- django/trunk/docs/syndication_feeds.txt 2007-05-02 20:27:37 UTC (rev
5138)
+++ django/trunk/docs/syndication_feeds.txt 2007-05-02 20:31:15 UTC (rev
5139)
@@ -646,15 +646,15 @@
def item_enclosure_mime_type(self, item):
"""
Takes an item, as returned by items(), and returns the item's
- enclosure mime type.
+ enclosure MIME type.
"""
def item_enclosure_mime_type(self):
"""
- Returns the enclosure length, in bytes, for every item in the feed.
+ Returns the enclosure MIME type for every item in the feed.
"""
- item_enclosure_mime_type = "audio/mpeg" # Hard-coded enclosure
mime-type.
+ item_enclosure_mime_type = "audio/mpeg" # Hard-coded enclosure MIME
type.
# ITEM PUBDATE -- It's optional to use one of these three. This is a
# hook that specifies how to get the pubdate for a given item.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---