summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2012-06-19 20:22:34 -0400
committerBlaise Laflamme <blaise@laflamme.org>2012-06-19 20:22:34 -0400
commitc2d65ff71dac6a9b15119db8c2fb09884f4060e3 (patch)
tree23760cfe4cf86ea1a7d754a8826c5489f3cae5f8 /CHANGES.txt
parent6cea47e9c34841cdf109899e8d965c67af3a5ce9 (diff)
downloadpyramid-c2d65ff71dac6a9b15119db8c2fb09884f4060e3.tar.gz
pyramid-c2d65ff71dac6a9b15119db8c2fb09884f4060e3.tar.bz2
pyramid-c2d65ff71dac6a9b15119db8c2fb09884f4060e3.zip
fixed typos
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1fd92fe19..3cb2f2848 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -42,7 +42,7 @@ Features
and ``HTTPMovedPermanently`` exceptions, so these can be caught by the
NotFound view (and other exception views).
-- The mako renderer now accepts a defname and returns the template def
+- The mako renderer now accepts a def name and returns the template def
result for the view being called. The uri format using an asset spec is
package:path/to/template#defname.mako. The old way of returning a tuple
from the view is supported for backward compatibility, ('defname', {}).