Skip to content

Commit

Permalink
Fix pluralization wording per @riseriyo's advice
Browse files Browse the repository at this point in the history
Fixes gh-118.
  • Loading branch information
treyhunner committed Nov 8, 2014
1 parent 7e3b046 commit ebc6478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/04-more-views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ At the end of our ``content`` block in ``templates/blog/entry_detail.html`` let'

We forgot to add tests for this! Why don't you add a test to make sure
comments appear on the blog entry page and a test to make sure the "No
comments yet" message shows up appropriately. This test should probably be
comments yet" message shows up appropriately. These tests should probably be
added to our ``EntryViewTest`` class.

Now we can see our comments on the website.

0 comments on commit ebc6478

Please sign in to comment.