diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-04-22 04:57:31 -0700 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-04-22 04:57:31 -0700 |
| commit | 09b0235592d4ba981d42711ad7565cb5208045f0 (patch) | |
| tree | 1456eac4493a5edcfc0a82cc088141c19d73d086 /docs | |
| parent | bc8d4d6f14725901eb5acb1d78889be465dc20e5 (diff) | |
| parent | 7a0b5905d65c047ed3ac160f26f6566dfeba8f6a (diff) | |
| download | pyramid-09b0235592d4ba981d42711ad7565cb5208045f0.tar.gz pyramid-09b0235592d4ba981d42711ad7565cb5208045f0.tar.bz2 pyramid-09b0235592d4ba981d42711ad7565cb5208045f0.zip | |
Merge pull request #988 from tshepang/patch-1
remove ambiguity by indicating that the target is API documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst index bfb1287d9..9065488b6 100644 --- a/docs/narr/testing.rst +++ b/docs/narr/testing.rst @@ -125,7 +125,7 @@ method attached to ``MyTest`` will use an isolated registry. The :func:`~pyramid.testing.setUp` and :func:`~pyramid.testing.tearDown` functions accepts various arguments that influence the environment of the -test. See the :ref:`testing_module` chapter for information about the extra +test. See the :ref:`testing_module` API for information about the extra arguments supported by these functions. If you also want to make :func:`~pyramid.threadlocal.get_current_request` return something |
