Commit 0ac7cc32 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #21083 - Fixed spelling in tutorial.

Thanks jimmy.kjaersgaard at gmail.com for the report.
parent 4ba37384
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -494,7 +494,7 @@ class::
            """
            The questions index page may display multiple questions.
            """
            create_question(question_text="Past quesiton 1.", days=-30)
            create_question(question_text="Past question 1.", days=-30)
            create_question(question_text="Past question 2.", days=-5)
            response = self.client.get(reverse('polls:index'))
            self.assertQuerysetEqual(