From 9bf8ab29fc94c3423226f8cbab7d9d8ae2120b6b Mon Sep 17 00:00:00 2001 From: Kamal Gill Date: Sat, 16 Mar 2013 12:14:00 -0700 Subject: Fix typo in docstring. --- pyramid/config/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/config/views.py b/pyramid/config/views.py index 201ce9899..c53b2b091 100644 --- a/pyramid/config/views.py +++ b/pyramid/config/views.py @@ -1617,7 +1617,7 @@ class ViewsConfiguratorMixin(object): ): """ Add a default Not Found View to the current configuration state. The view will be called when Pyramid or application code raises an - :exc:`pyramid.httpexceptions.HTTPForbidden` exception (e.g. when a + :exc:`pyramid.httpexceptions.HTTPNotFound` exception (e.g. when a view cannot be found for the request). The simplest example is: .. code-block:: python -- cgit v1.2.3