From b28be9b04d2898187a7692d6da7330dbbe448f56 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Fri, 14 Sep 2007 23:03:34 +0000 Subject: [PATCH] newforms-admin: Fixed a stupid typo. git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6245 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/forms/formsets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': '',