Dave Jones
2013-10-15 e7ad9bd016b8d8a371fcb5cabcf09763de561e44
Minor grammatical corrections
1 files modified
4 ■■■■ changed files
docs/narr/views.rst 4 ●●●● patch | view | raw | blame | history
docs/narr/views.rst
@@ -238,9 +238,9 @@
various points during normal operations:
:exc:`pyramid.httpexceptions.HTTPNotFound` and
:exc:`pyramid.httpexceptions.HTTPForbidden`.  Pyramid will raise the
:exc:`~pyramid.httpexceptions.HTTPNotFound` exception are raised when it
:exc:`~pyramid.httpexceptions.HTTPNotFound` exception when it
cannot find a view to service a request.  Pyramid will raise the
:exc:`~pyramid.httpexceptions.Forbidden` exception or when authorization was
:exc:`~pyramid.httpexceptions.HTTPForbidden` exception when authorization was
forbidden by a security policy.
If :exc:`~pyramid.httpexceptions.HTTPNotFound` is raised by Pyramid itself or