summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-23 19:58:55 -0400
committerChris McDonough <chrism@plope.com>2011-07-23 19:58:55 -0400
commitac77e365c8269953a5dde89157d7468529ee7432 (patch)
tree71522fc1e3086e1c40a621f914d289353b2dc8b7
parentda797cbacecfa990f7225b7c3e198cb2e6b3391e (diff)
downloadpyramid-ac77e365c8269953a5dde89157d7468529ee7432.tar.gz
pyramid-ac77e365c8269953a5dde89157d7468529ee7432.tar.bz2
pyramid-ac77e365c8269953a5dde89157d7468529ee7432.zip
typo
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 666b89b96..3c232d880 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,8 +8,8 @@ Features
``rendering_val``. This can be used to introspect the value returned by a
view in a BeforeRender subscriber.
-- New method: ``pyramid.request.Request.add_view_mapper``. A view wrapper is
- used to wrap the found view callable before it is called by Pyramid's
+- New method: ``pyramid.request.Request.add_view_wrapper``. A view wrapper
+ is used to wrap the found view callable before it is called by Pyramid's
router. This is a feature usually only used by framework extensions, to
provide, for example, view timing support.