summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Jimenez <jimenez.john0@gmail.com>2017-01-28 07:35:44 -0800
committerSteve Piercy <web@stevepiercy.com>2017-01-28 16:00:03 -0800
commit659ea6dc622666376f345f03c1c444463ba01835 (patch)
treeabd29f5c68a3ace60ab80ff6126d0d05e9f3e735 /docs
parent6aa7322e2e4eb9615b88a18c1f8ff817332eb259 (diff)
downloadpyramid-659ea6dc622666376f345f03c1c444463ba01835.tar.gz
pyramid-659ea6dc622666376f345f03c1c444463ba01835.tar.bz2
pyramid-659ea6dc622666376f345f03c1c444463ba01835.zip
Minor change
distinguish between Pyramid itself and view code raising the exception as in previous exception listing. (cherry picked from commit eb166fb)
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index d4826be4d..1a840fb5c 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -246,7 +246,7 @@ within view code, the result of the :term:`Not Found View` will be returned to
the user agent which performed the request.
If :exc:`~pyramid.httpexceptions.HTTPForbidden` is raised by Pyramid itself
-within view code, the result of the :term:`Forbidden View` will be returned to
+or within view code, the result of the :term:`Forbidden View` will be returned to
the user agent which performed the request.
.. index::