diff options
| author | Michael Merickel <michael@merickel.org> | 2013-03-12 14:07:44 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-03-12 14:07:44 -0700 |
| commit | d3aba32a0a78d367c7ab81a54d86c71330441d7a (patch) | |
| tree | 55e60ef82f0eca4620fcf57d83e84bd9d61a7389 /docs/glossary.rst | |
| parent | f88ab0e8787d2bc9bba72b47ffbb83b09f0d1a5e (diff) | |
| parent | cec2b05e74b3296ab8b54b9644223e08f269808b (diff) | |
| download | pyramid-d3aba32a0a78d367c7ab81a54d86c71330441d7a.tar.gz pyramid-d3aba32a0a78d367c7ab81a54d86c71330441d7a.tar.bz2 pyramid-d3aba32a0a78d367c7ab81a54d86c71330441d7a.zip | |
Merge pull request #896 from tshepang/consistency
consistency fixes
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index cc77e0df3..711994426 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -617,13 +617,13 @@ Glossary :term:`configuration decoration` and a :term:`scan` to configure your Pyramid application. - Not Found view + Not Found View An :term:`exception view` invoked by :app:`Pyramid` when the developer explicitly raises a :class:`pyramid.httpexceptions.HTTPNotFound` exception from within :term:`view` code or :term:`root factory` code, or when the current request doesn't match any :term:`view configuration`. :app:`Pyramid` provides a default implementation of a - not found view; it can be overridden. See + Not Found View; it can be overridden. See :ref:`changing_the_notfound_view`. Forbidden view |
