From e450cad6ad7e1f75610827e96e56b18b44869626 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 27 Jan 2013 11:09:58 +0200 Subject: add missing markup --- pyramid/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/view.py b/pyramid/view.py index f315b5495..b88c2ea85 100644 --- a/pyramid/view.py +++ b/pyramid/view.py @@ -319,7 +319,7 @@ class notfound_view_config(object): An analogue of :class:`pyramid.view.view_config` which registers a :term:`Not Found View`. - The notfound_view_config constructor accepts most of the same arguments + The ``notfound_view_config`` constructor accepts most of the same arguments as the constructor of :class:`pyramid.view.view_config`. It can be used in the same places, and behaves in largely the same way, except it always registers a not found exception view instead of a 'normal' view. -- cgit v1.2.3