Steve Piercy
2013-10-15 5f2d9b40ca35b253d9a3fafd7c081f7a0d70ee3a
Merge pull request #1167 from waveform80/patch-1

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