diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-02-10 22:36:08 -0600 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-02-10 22:36:08 -0600 |
| commit | c444a314433ae55148eadd6481120bb875a954c1 (patch) | |
| tree | 886f63ba4c3d37346330473aadab043e74bbc55b /docs/quick_tutorial/unit_testing.rst | |
| parent | 15c9fb86a26d05056bf744621596eb3e4e3f12f7 (diff) | |
| parent | 2033eeb3602f330930585678aac926749b9c22f7 (diff) | |
| download | pyramid-c444a314433ae55148eadd6481120bb875a954c1.tar.gz pyramid-c444a314433ae55148eadd6481120bb875a954c1.tar.bz2 pyramid-c444a314433ae55148eadd6481120bb875a954c1.zip | |
Merge pull request #1241 from stevepiercy/master
Garden Sphinx directives
Diffstat (limited to 'docs/quick_tutorial/unit_testing.rst')
| -rw-r--r-- | docs/quick_tutorial/unit_testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/unit_testing.rst b/docs/quick_tutorial/unit_testing.rst index ed33f62d7..f8a33b39d 100644 --- a/docs/quick_tutorial/unit_testing.rst +++ b/docs/quick_tutorial/unit_testing.rst @@ -116,4 +116,4 @@ Extra Credit #. Why do we import the ``hello_world`` view function *inside* the ``test_hello_world`` method instead of at the top of the module? -.. seealso:: See Also: :ref:`testing_chapter` +.. seealso:: See also :ref:`testing_chapter` |
