From 60eccf86ed9073644e525a84f2bed5390651e3a4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 1 Jan 2011 17:09:56 -0500 Subject: quote literal --- CHANGES.txt | 4 ++-- 1 file 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 -- cgit v1.2.3