summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-21 23:24:53 +0300
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-21 23:24:53 +0300
commit3fc77cfc0283315fe03497e79d07bbdaada6e006 (patch)
treed3fadd1d3197910b2716867dda9692261cd97f66 /docs
parentbc8d4d6f14725901eb5acb1d78889be465dc20e5 (diff)
downloadpyramid-3fc77cfc0283315fe03497e79d07bbdaada6e006.tar.gz
pyramid-3fc77cfc0283315fe03497e79d07bbdaada6e006.tar.bz2
pyramid-3fc77cfc0283315fe03497e79d07bbdaada6e006.zip
add a cross-ref... hyperlinks are nice
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst
index bfb1287d9..cc042fe39 100644
--- a/docs/narr/testing.rst
+++ b/docs/narr/testing.rst
@@ -202,7 +202,7 @@ any ``get_current*`` function.
Using the ``Configurator`` and ``pyramid.testing`` APIs in Unit Tests
---------------------------------------------------------------------
-The ``Configurator`` API and the ``pyramid.testing`` module provide a number
+The ``Configurator`` API and the :mod:`pyramid.testing` module provide a number
of functions which can be used during unit testing. These functions make
:term:`configuration declaration` calls to the current :term:`application
registry`, but typically register a "stub" or "dummy" feature in place of the