summaryrefslogtreecommitdiff
path: root/docs/narr/testing.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-28 14:08:06 -0400
committerChris McDonough <chrism@plope.com>2013-10-28 14:08:06 -0400
commit0f424ae492c4b7f11d526149046fc6467a54e438 (patch)
tree072461e6aa562934077674b609fcc77205bef17b /docs/narr/testing.rst
parente5a0ca90d16ce78e05db71253720fa3082d8da2d (diff)
parent3c2f95e8049bbd45b144d454daa68005361828b2 (diff)
downloadpyramid-0f424ae492c4b7f11d526149046fc6467a54e438.tar.gz
pyramid-0f424ae492c4b7f11d526149046fc6467a54e438.tar.bz2
pyramid-0f424ae492c4b7f11d526149046fc6467a54e438.zip
Merge branch 'security-apis-on-request' of github.com:mgrbyte/pyramid into mgrbyte-security-apis-on-request
Diffstat (limited to 'docs/narr/testing.rst')
-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 88d6904c7..3f5d5ae6c 100644
--- a/docs/narr/testing.rst
+++ b/docs/narr/testing.rst
@@ -229,7 +229,7 @@ function.
otherwise it would fail when run normally.
Without doing anything special during a unit test, the call to
-:func:`~pyramid.security.has_permission` in this view function will always
+:meth:`~pyramid.request.Request.has_permission` in this view function will always
return a ``True`` value. When a :app:`Pyramid` application starts normally,
it will populate a :term:`application registry` using :term:`configuration
declaration` calls made against a :term:`Configurator`. But if this