summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/unit_testing.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-07-02 05:03:39 -0700
committerSteve Piercy <web@stevepiercy.com>2016-07-02 05:03:39 -0700
commit65687fee7e933593eda844bfb01aea5a968271aa (patch)
tree1d5c378e5341d3df03f7e52bc98143981c3d9800 /docs/quick_tutorial/unit_testing.rst
parent2203944a466a7a8a2a57bbfe7a89f06c41d73fa7 (diff)
downloadpyramid-65687fee7e933593eda844bfb01aea5a968271aa.tar.gz
pyramid-65687fee7e933593eda844bfb01aea5a968271aa.tar.bz2
pyramid-65687fee7e933593eda844bfb01aea5a968271aa.zip
proper case heading
Diffstat (limited to 'docs/quick_tutorial/unit_testing.rst')
-rw-r--r--docs/quick_tutorial/unit_testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/unit_testing.rst b/docs/quick_tutorial/unit_testing.rst
index 56fd2b297..7c85d5289 100644
--- a/docs/quick_tutorial/unit_testing.rst
+++ b/docs/quick_tutorial/unit_testing.rst
@@ -92,7 +92,7 @@ necessary when your test needs to make use of the ``config`` object (it's a
Configurator) to add stuff to the configuration state before calling the view.
-Extra Credit
+Extra credit
============
#. Change the test to assert that the response status code should be ``404``