diff options
| author | Chris McDonough <chrism@plope.com> | 2011-05-16 02:19:37 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-05-16 02:19:37 -0400 |
| commit | e1e0df9ff85d5d31b355527549e0b5654cce3af9 (patch) | |
| tree | 70a4fd93629789d1ee811fba0ad1711d7acd238f /docs/narr/views.rst | |
| parent | 1ffb8e3cc21603b29ccd78152f82cca7f61a09b1 (diff) | |
| download | pyramid-e1e0df9ff85d5d31b355527549e0b5654cce3af9.tar.gz pyramid-e1e0df9ff85d5d31b355527549e0b5654cce3af9.tar.bz2 pyramid-e1e0df9ff85d5d31b355527549e0b5654cce3af9.zip | |
typo
Diffstat (limited to 'docs/narr/views.rst')
| -rw-r--r-- | docs/narr/views.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 465cd3c0d..66e9919e2 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -365,7 +365,7 @@ An HTTP exception, instead of being raised, can alternately be *returned* Note that :class:`pyramid.exceptions.NotFound` is *not* the same as :class:`pyramid.httpexceptions.HTTPNotFound`. If the latter is raised, the :term:`Not Found view` will *not* be called automatically. Likewise, -:class:`pyramid.exceptions.Foribdden` is not the same exception as +:class:`pyramid.exceptions.Forbidden` is not the same exception as :class:`pyramid.httpexceptions.HTTPForbidden`. If the latter is raised, the :term:`Forbidden view` will not be called automatically. |
