Opened 18 years ago
Closed 18 years ago
#4648 closed (fixed)
Poor phrasing in newforms documentation
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The phrase
"A Form instance is either bound or unbound to a set of data."
is poorly worded.
Rearranging it to
"A Form instance is either bound to a set of data, or unbound."
makes much more sense to me.
Note:
See TracTickets
for help on using tickets.
(In [5506]) Fixed #4648 -- Fixed awkward wording in docs/newforms.txt. Thanks, jim-django@…