summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.4.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-03-12 14:07:44 -0700
committerMichael Merickel <michael@merickel.org>2013-03-12 14:07:44 -0700
commitd3aba32a0a78d367c7ab81a54d86c71330441d7a (patch)
tree55e60ef82f0eca4620fcf57d83e84bd9d61a7389 /docs/whatsnew-1.4.rst
parentf88ab0e8787d2bc9bba72b47ffbb83b09f0d1a5e (diff)
parentcec2b05e74b3296ab8b54b9644223e08f269808b (diff)
downloadpyramid-d3aba32a0a78d367c7ab81a54d86c71330441d7a.tar.gz
pyramid-d3aba32a0a78d367c7ab81a54d86c71330441d7a.tar.bz2
pyramid-d3aba32a0a78d367c7ab81a54d86c71330441d7a.zip
Merge pull request #896 from tshepang/consistency
consistency fixes
Diffstat (limited to 'docs/whatsnew-1.4.rst')
-rw-r--r--docs/whatsnew-1.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.4.rst b/docs/whatsnew-1.4.rst
index 34fda5f37..f725615f3 100644
--- a/docs/whatsnew-1.4.rst
+++ b/docs/whatsnew-1.4.rst
@@ -108,7 +108,7 @@ Minor Feature Additions
- The static view machinery now raises rather than returns
:class:`pyramid.httpexceptions.HTTPNotFound` and
:class:`pyramid.httpexceptions.HTTPMovedPermanently` exceptions, so these can
- be caught by the notfound view (and other exception views).
+ be caught by the Not Found View (and other exception views).
- When there is a predicate mismatch exception (seen when no view matches for
a given request due to predicates not working), the exception now contains