diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-23 00:47:36 +0300 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-23 00:47:36 +0300 |
| commit | cdd8d40dac07d73bf60ebe5d9ddbb2d108d8666e (patch) | |
| tree | 7eb9826efaf97056f07383e0496520791994abbc | |
| parent | 2eaa847998e55344206097bc1d6f211deada8086 (diff) | |
| download | pyramid-cdd8d40dac07d73bf60ebe5d9ddbb2d108d8666e.tar.gz pyramid-cdd8d40dac07d73bf60ebe5d9ddbb2d108d8666e.tar.bz2 pyramid-cdd8d40dac07d73bf60ebe5d9ddbb2d108d8666e.zip | |
add missing comma
| -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 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 |
