﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
4068	Incorrect docstring in RSS documentation example	Jeff Hilyard <jhilyard@…>	Jacob	"http://www.djangoproject.com/documentation/syndication_feeds/ says:
    def item_enclosure_mime_type(self):
        """"""
        Returns the enclosure length, in bytes, for every item in the feed.
        """"""

should say:

    def item_enclosure_mime_type(self):
        """"""
        Returns the enclosure mime type for every item in the feed.
        """"""
"		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
