summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-21 18:25:36 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-21 18:25:36 +0000
commit33f2304ea91379a85db5f53ccf235846dde3630d (patch)
treec78f412badd004e86082aa6d665bc076f576fc3a /docs/tutorial02.txt
parente5e1ea602d9393a29400098dc40d0f9de846fdd1 (diff)
Fixed #383 -- Clarified tutorial 2. Thanks, ssteiner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@542 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
-rw-r--r--docs/tutorial02.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt
index bd1832fcc6..b42bafb374 100644
--- a/docs/tutorial02.txt
+++ b/docs/tutorial02.txt
@@ -254,8 +254,8 @@ Then change the other fields in ``Choice`` to give them ``core=True``::
This tells Django: "When you edit a Choice on the Poll admin page, the 'choice'
and 'votes' fields are required. The presence of at least one of them signifies
-the addition of a new Choice object, and clearing at least one of them
-signifies the deletion of that existing Choice object."
+the addition of a new Choice object, and clearing both of them signifies the
+deletion of that existing Choice object."
Load the "Add poll" page to see how that looks: