diff options
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 4 |
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: |
