Opened 17 years ago
Closed 17 years ago
#9424 closed (fixed)
Verb Agreement
| Reported by: | jordy | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Page:
http://docs.djangoproject.com/en/dev/howto/custom-model-fields/
Bad:
"Our HandField accept most of the standard field options"
Change:
accept --> accepts
Note:
See TracTickets
for help on using tickets.
(In [9258]) Fixed #9424 -- Typo fix.