Django

Code

Ticket #4068: feeds_doc.patch

File feeds_doc.patch, 0.5 kB (added by Vinay Sajip <vinay_sajip@yahoo.co.uk>, 2 years ago)

Patch correcting docstring

  • docs/syndication_feeds.txt

    old new  
    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.