Django

Code

Ticket #4068 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Incorrect docstring in RSS documentation example

Reported by: Jeff Hilyard <jhilyard@uga.edu> Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

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. """

Attachments

feeds_doc.patch (0.5 kB) - added by Vinay Sajip <vinay_sajip@yahoo.co.uk> on 04/20/07 03:16:54.
Patch correcting docstring

Change History

04/20/07 03:16:54 changed by Vinay Sajip <vinay_sajip@yahoo.co.uk>

  • attachment feeds_doc.patch added.

Patch correcting docstring

04/20/07 03:17:23 changed by Vinay Sajip <vinay_sajip@yahoo.co.uk>

  • needs_better_patch changed.
  • stage changed from Unreviewed to Accepted.
  • summary changed from incorrect docstring in RSS documentation example to [patch] incorrect docstring in RSS documentation example.
  • needs_tests changed.
  • needs_docs changed.

04/20/07 03:26:55 changed by mtredinnick

  • summary changed from [patch] incorrect docstring in RSS documentation example to Incorrect docstring in RSS documentation example.

Removing [patch] from title. We have the checkbox for that.

05/01/07 08:46:52 changed by Vinay Sajip <vinay_sajip@yahoo.co.uk>

  • stage changed from Accepted to Ready for checkin.

05/02/07 15:31:15 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [5139]) Fixed #4068 -- Fixed incorrect docstring in docs/syndication_feeds.txt. Thanks, Jeff Hilyard and Vinay Sajip


Add/Change #4068 (Incorrect docstring in RSS documentation example)




Change Properties
Action