summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-27 11:09:41 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-27 11:09:41 +0200
commit3c5dc535334269eab0769f8421555733ca34ecf2 (patch)
tree9f68b9775b0a712e266a08c111a759e73279761b
parent05e928bd9755614b0edbac0ab3b6d6b7fbbd0f17 (diff)
downloadpyramid-3c5dc535334269eab0769f8421555733ca34ecf2.tar.gz
pyramid-3c5dc535334269eab0769f8421555733ca34ecf2.tar.bz2
pyramid-3c5dc535334269eab0769f8421555733ca34ecf2.zip
capitalize
-rw-r--r--pyramid/view.py2
1 files changed, 1 insertions, 1 deletions
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