summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-22 13:30:54 -0400
committerChris McDonough <chrism@plope.com>2013-09-22 13:30:54 -0400
commit6c42933074f9d2be3be10e9408d7c934541b337a (patch)
tree38ec940139662a882f0bea9d467f6d8404e02c4c
parent4d2fc0bbc58bc1948c73b2fcb3e0e1bdeee7a5d6 (diff)
downloadpyramid-6c42933074f9d2be3be10e9408d7c934541b337a.tar.gz
pyramid-6c42933074f9d2be3be10e9408d7c934541b337a.tar.bz2
pyramid-6c42933074f9d2be3be10e9408d7c934541b337a.zip
typo
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0f04587ee..bc094bdd8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -84,7 +84,7 @@ Backwards Incompatibilities
instead.
- Removed the ability to pass the following arguments to
- ``pyramid.config.Configurator.add_route``: `view``, ``view_context``.
+ ``pyramid.config.Configurator.add_route``: ``view``, ``view_context``.
``view_for``, ``view_permission``, ``view_renderer``, and ``view_attr``.
Using these arguments had been deprecated since Pyramid 1.1. Instead of
passing view-related arguments to ``add_route``, use a separate call to