Opened 19 years ago
Closed 19 years ago
#4068 closed (fixed)
Incorrect docstring in RSS documentation example
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev | 
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
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 (1)
Change History (5)
by , 19 years ago
| Attachment: | feeds_doc.patch added | 
|---|
comment:1 by , 19 years ago
| Summary: | incorrect docstring in RSS documentation example → [patch] incorrect docstring in RSS documentation example | 
|---|---|
| Triage Stage: | Unreviewed → Accepted | 
comment:2 by , 19 years ago
| Summary: | [patch] incorrect docstring in RSS documentation example → Incorrect docstring in RSS documentation example | 
|---|
Removing [patch] from title. We have the checkbox for that.
comment:3 by , 19 years ago
| Triage Stage: | Accepted → Ready for checkin | 
|---|
comment:4 by , 19 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
Patch correcting docstring