From 3c5dc535334269eab0769f8421555733ca34ecf2 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 27 Jan 2013 11:09:41 +0200 Subject: capitalize --- pyramid/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/view.py b/pyramid/view.py index 8e3292274..f315b5495 100644 --- a/pyramid/view.py +++ b/pyramid/view.py @@ -317,7 +317,7 @@ class notfound_view_config(object): .. versionadded:: 1.3 An analogue of :class:`pyramid.view.view_config` which registers a - :term:`not found view`. + :term:`Not Found View`. The notfound_view_config constructor accepts most of the same arguments as the constructor of :class:`pyramid.view.view_config`. It can be used -- cgit v1.2.3