Opened 17 years ago
Closed 17 years ago
#9149 closed (fixed)
Markup typo in syndication docs
| Reported by: | Brett Cannon | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| 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
At line 144 of docs/ref/contrib/syndication.txt (http://code.djangoproject.com/browser/django/trunk/docs/ref/contrib/syndication.txt#L144), you will notice an extra backtick. The attached patch removes the backtick.
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | syndication_docs.diff added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [9078]) Fixed #9149: Fixed reST error in syndication docs