Skip to content

Commit

Permalink
Improve wording in forms section per @riseriyo
Browse files Browse the repository at this point in the history
Fixes gh-120.
  • Loading branch information
treyhunner committed Nov 8, 2014
1 parent 7cfad3a commit 490ed23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tutorials/05-forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,9 @@ Now our tests pass again:
OK
Destroying test database for alias 'default'...

Let's test that our form actually submits. We should write two tests:
one to test for errors, and one to test a successful form submission.
Let's test that our form actually submits. We should write two tests
in our ``EntryViewTest``: one to test for errors, and one to test a
successful form submission.

.. code-block:: python
Expand Down

0 comments on commit 490ed23

Please sign in to comment.