Ticket #4068: feeds_doc.patch

File feeds_doc.patch, 535 bytes (added by Vinay Sajip <vinay_sajip@…>, 17 years ago)

Patch correcting docstring

  • docs/syndication_feeds.txt

     
    651651
    652652        def item_enclosure_mime_type(self):
    653653            """
    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.
    655655            """
    656656
    657657        item_enclosure_mime_type = "audio/mpeg" # Hard-coded enclosure mime-type.
Back to Top