#14383 closed (fixed)
Capitalization of reStructuredText (reST)
Reported by: | Tim Graham | Owned by: | nobody |
---|---|---|---|
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
This was mentioned in #12975 -- thanks to whiteinge for the initial patch.
It's often in the docs as "ResT" or "ReStructuredText" -- but first letter shouldn't be capitalized.
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | 14383.diff added |
---|
comment:1 by , 14 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [14017]) Fixed #14383 -- Corrected the capitalization of reStructuredText. Thanks to timo for the patch.