Django

Code

Changeset 9434

Show
Ignore:
Timestamp:
11/14/08 02:01:01 (2 months ago)
Author:
mtredinnick
Message:

Fixed #9531 -- Fixed some awkward wording in the docs. Thanks, gsf.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/topics/forms/formsets.txt

    r8987 r9434  
    7777    <tr><th><label for="id_form-0-pub_date">Pub date:</label></th><td><input type="text" name="form-0-pub_date" id="id_form-0-pub_date" /></td></tr> 
    7878 
    79 The default value of ``max_num`` is ``0`` which is the same as saying put no 
    80 limit on the number forms displayed. 
     79A ``max_num`` value of ``0`` (the default) puts no limit on the number forms 
     80displayed. 
    8181 
    8282Formset validation