#26806 closed Cleanup/optimization (fixed)
Form field default cleaning example docstrings are not triple quoted
Reported by: | johnthagen | Owned by: | Anderson Resende |
---|---|---|---|
Component: | Documentation | Version: | 1.9 |
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
https://docs.djangoproject.com/en/1.9/ref/forms/validation/#form-field-default-cleaning
Seems like the two strings that start each of the examples are meant to be docstrings, but they are only single quoted instead of triple quoted as one would expect for docstrings.
Change History (5)
comment:1 by , 8 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Indeed, those docstrings should be triple quoted.
Thanks for reporting this.