Opened 14 years ago

Closed 14 years ago

Last modified 14 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 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Tim Graham

Attachment: 10817.diff added

comment:1 Changed 14 years ago by Tim Graham

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

comment:2 Changed 14 years ago by Karen Tracey

Resolution: fixed
Status: newclosed

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

comment:3 Changed 14 years ago by Karen Tracey

(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