diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-01 17:09:56 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-01 17:09:56 -0500 |
| commit | 60eccf86ed9073644e525a84f2bed5390651e3a4 (patch) | |
| tree | d1963705cf1f7b62ced6937b411f88559f540030 | |
| parent | 44166612ba6fcf42f20b1812c5fa79b8504aa3c4 (diff) | |
| download | pyramid-60eccf86ed9073644e525a84f2bed5390651e3a4.tar.gz pyramid-60eccf86ed9073644e525a84f2bed5390651e3a4.tar.bz2 pyramid-60eccf86ed9073644e525a84f2bed5390651e3a4.zip | |
quote literal
| -rw-r--r-- | CHANGES.txt | 4 |
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 |
