Opened 18 years ago
Closed 18 years ago
#4252 closed (fixed)
Install Documentation missing quotation mark (rST typo)
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | install egg | |
| 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
There is a ` missing in the file, and it messes up the formatting when viewed online. this patch should fix it
Attachments (1)
Change History (4)
by , 18 years ago
| Attachment: | install.patch added |
|---|
comment:1 by , 18 years ago
| Keywords: | install egg added |
|---|---|
| Summary: | Install Documentation missing ` → Install Documentation missing quotation mark |
comment:2 by , 18 years ago
| Summary: | Install Documentation missing quotation mark → Install Documentation missing quotation mark (rST typo) |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5191]) Fixed #4252 -- Fixed a typo in ReST formatting. Thanks, Collin Anderson.