diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-09-14 23:03:34 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-09-14 23:03:34 +0000 |
| commit | b28be9b04d2898187a7692d6da7330dbbe448f56 (patch) | |
| tree | 83d8902f4ef19072fae77756c81d8b151b38b4c4 /tests/regressiontests/forms/formsets.py | |
| parent | cead4bada947f163e928e5f41cedb5e22defb743 (diff) | |
newforms-admin: Fixed a stupid typo.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/forms/formsets.py')
| -rw-r--r-- | tests/regressiontests/forms/formsets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/forms/formsets.py b/tests/regressiontests/forms/formsets.py index 95dc8e4a36..5129c1516c 100644 --- a/tests/regressiontests/forms/formsets.py +++ b/tests/regressiontests/forms/formsets.py @@ -243,7 +243,7 @@ If we try to skip a form, even if it was initially displayed as blank, we will get an error. >>> data = { -... 'choices-COUNT': '4', # the number of forms rendered +... 'choices-COUNT': '3', # the number of forms rendered ... 'choices-0-choice': 'Calexico', ... 'choices-0-votes': '100', ... 'choices-1-choice': '', |
