Opened 17 years ago
Closed 17 years ago
#8475 closed (fixed)
Missing singleqoute in Code Example in docs/syndication_feeds
| Reported by: | bernd | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Singleqoute is missing in Example-Code.
http://www.djangoproject.com/documentation/syndication_feeds/#custom-feed-generators
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | syndication_feeds.txt.diff added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8512]) Fixed #8475 -- Corrected typo in example code in syndication docs. Thanks to bernd for the report.