#20285 closed Uncategorized (fixed)
missing a comma after '' in urlpattern
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
There should be a comma after
on lines 5 and 9
https://docs.djangoproject.com/en/dev/topics/i18n/translation/#url-internationalization
Change History (3)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Indeed.
The missing commas are in the file
docs/topics/i18n/translation.txton lines 1033 and 1037 [1][1] https://github.com/django/django/blob/master/docs/topics/i18n/translation.txt#L1033