summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2007-09-14 23:03:34 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2007-09-14 23:03:34 +0000
commitb28be9b04d2898187a7692d6da7330dbbe448f56 (patch)
tree83d8902f4ef19072fae77756c81d8b151b38b4c4
parentcead4bada947f163e928e5f41cedb5e22defb743 (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
-rw-r--r--tests/regressiontests/forms/formsets.py2
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': '',