Clarified "same as above" tutorial comment.

This commit is contained in:
KimberleyLawrence 2016-01-31 15:02:33 -08:00 committed by Tim Graham
parent 917cc288a3
commit ca4afc77db
1 changed files with 1 additions and 1 deletions

View File

@ -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