#9567 closed (fixed)
Grammatical error in doc: "Working with forms"
| Reported by: | j2d2 | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
http://docs.djangoproject.com/en/dev/topics/forms/ has the sentence: Form classes are created as subclasses of django.forms.Form and are make use of a declarative style that you’ll be familiar with if you’ve used Django’s database models.
'and are make use'
Change History (3)
comment:1 by , 17 years ago
| Summary: | Grammer error in doc: "Working with forms" → Grammatical error in doc: "Working with forms" |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
(In [9390]) Fixed #9567 - Removed an extraneous 'are'.