Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#10817 closed (fixed)

grammar in forms section

Reported by: nickretallack@… Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: typo grammar
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Grammatical inconsistency in the following snippet, found at http://docs.djangoproject.com/en/dev/topics/forms/


Using it, you can:

  1. Display an HTML form with automatically generated form widgets.
  2. Checking submitted data against a set of validation rules.
  3. Redisplaying a form in the case of validation errors.
  4. Converting submitted form data to the relevant Python data types.

Attachments (1)

10817.diff (767 bytes ) - added by Tim Graham 15 years ago.

Download all attachments as: .zip

Change History (4)

by Tim Graham, 15 years ago

Attachment: 10817.diff added

comment:1 by Tim Graham, 15 years ago

Has patch: set
Keywords: typo grammar added
Triage Stage: UnreviewedReady for checkin
Version: 1.0SVN

comment:2 by Karen Tracey, 15 years ago

Resolution: fixed
Status: newclosed

(In [10814]) Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickretallack@….

comment:3 by Karen Tracey, 15 years ago

(In [10815]) [1.0.X] Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickretallack@….

r10814 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top