summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-01 17:09:56 -0500
committerChris McDonough <chrism@plope.com>2011-01-01 17:09:56 -0500
commit60eccf86ed9073644e525a84f2bed5390651e3a4 (patch)
treed1963705cf1f7b62ced6937b411f88559f540030
parent44166612ba6fcf42f20b1812c5fa79b8504aa3c4 (diff)
downloadpyramid-60eccf86ed9073644e525a84f2bed5390651e3a4.tar.gz
pyramid-60eccf86ed9073644e525a84f2bed5390651e3a4.tar.bz2
pyramid-60eccf86ed9073644e525a84f2bed5390651e3a4.zip
quote literal
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 853cb1360..6fe68fb48 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -22,8 +22,8 @@ Features
have an arbitrary argument list and an arbitrary result. This feature will
be used by Pyramid extension developers, not by "civilians".
-- If a handler class provides an __action_decorator__ attribute (usually a
- classmethod or staticmethod), use that as the decorator for each view
+- If a handler class provides an ``__action_decorator__`` attribute (usually
+ a classmethod or staticmethod), use that as the decorator for each view
registration for that handler.
- The ``pyramid.interfaces.IAuthenticationPolicy`` interface now specifies an