Browse Source

Clarified "same as above" tutorial comment.

KimberleyLawrence 9 years ago
parent
commit
ca4afc77db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/intro/tutorial04.txt

+ 1 - 1
docs/intro/tutorial04.txt

@@ -290,7 +290,7 @@ views and use Django's generic views instead. To do so, open the
 
 
     def vote(request, question_id):
-        ... # same as above
+        ... # same as above, no changes needed.
 
 We're using two generic views here:
 :class:`~django.views.generic.list.ListView` and