Opened 15 years ago
Closed 15 years ago
#15088 closed (fixed)
Syntax error in documentation
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
When I try to build the docs, I get the following error:
/home/altaurog/djangodoc/trunk/docs/ref/django-admin.txt:620: (WARNING/2) Title underline too short. runserver [port or address:port] -------------------------------
Looks like one more dash is needed
Note:
See TracTickets
for help on using tickets.
(In [15217]) Fixed #15088 - Missing dash in documentation. Thanks Aryeh Leib Taurog for the report.