Skip to content

Commit

Permalink
Change wording in views section per @riseriyo's feedback
Browse files Browse the repository at this point in the history
Fixes gh-111
  • Loading branch information
treyhunner committed Nov 8, 2014
1 parent 76f8d42 commit c2542c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/03-views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ We should add a test for that
response = self.client.get('/')
self.assertContains(response, 'No blog entries yet.')
And that gives us the expected failure
This test gives us the expected failure

.. code-block:: bash
Expand Down

0 comments on commit c2542c0

Please sign in to comment.