diff options
Diffstat (limited to 'docs/narr/hooks.rst')
| -rw-r--r-- | docs/narr/hooks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index 130dd8acd..701cab17c 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -72,7 +72,7 @@ callable: .. code-block:: python :linenos: - from webob.exc import HTTPNotFound + from pyramid.httpexceptions import HTTPNotFound def notfound_view(request): return HTTPNotFound() |
