#20397 closed Cleanup/optimization (fixed)
Typo in Documents
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
I found something wrong in this page(https://docs.djangoproject.com/en/1.5/ref/models/querysets/#django.db.models.query.QuerySet.reverse): The quotation mark in "To retrieve the ‘’last’’ five items in a queryset" is wrong.
Thanks.
Change History (6)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Has patch: | set |
---|
I have replaced the single quotation marks by double quotation marks: https://github.com/django/django/pull/1058 - that should be fine as they appear to be in similar use in the same page.
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This appears to be caused by the tool that generates the documentation as the source shows the same quotation marks: https://github.com/django/django/blob/master/docs/ref/models/querysets.txt#L331 .