Ticket #4068: feeds_doc.patch
| File feeds_doc.patch, 0.5 kB (added by Vinay Sajip <vinay_sajip@yahoo.co.uk>, 2 years ago) |
|---|
-
docs/syndication_feeds.txt
old new 651 651 652 652 def item_enclosure_mime_type(self): 653 653 """ 654 Returns the enclosure length, in bytes,for every item in the feed.654 Returns the enclosure mime type for every item in the feed. 655 655 """ 656 656 657 657 item_enclosure_mime_type = "audio/mpeg" # Hard-coded enclosure mime-type.
