summaryrefslogtreecommitdiff
path: root/docs/narr/testing.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-23 00:47:36 +0300
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-23 00:47:36 +0300
commitcdd8d40dac07d73bf60ebe5d9ddbb2d108d8666e (patch)
tree7eb9826efaf97056f07383e0496520791994abbc /docs/narr/testing.rst
parent2eaa847998e55344206097bc1d6f211deada8086 (diff)
downloadpyramid-cdd8d40dac07d73bf60ebe5d9ddbb2d108d8666e.tar.gz
pyramid-cdd8d40dac07d73bf60ebe5d9ddbb2d108d8666e.tar.bz2
pyramid-cdd8d40dac07d73bf60ebe5d9ddbb2d108d8666e.zip
add missing comma
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 56c62b996..0d0e292bf 100644
--- a/docs/narr/testing.rst
+++ b/docs/narr/testing.rst
@@ -291,7 +291,7 @@ function is called, :func:`pyramid.security.has_permission` will call the
access. We check that the view function raises a
:exc:`~pyramid.httpexceptions.HTTPForbidden` error.
-The second test method, named ``test_view_fn_allowed`` tests the alternate
+The second test method, named ``test_view_fn_allowed``, tests the alternate
case, where the authentication policy allows access. Notice that we pass
different values to
:meth:`~pyramid.config.Configurator.testing_securitypolicy` to obtain this