summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.1.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-23 23:14:01 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-23 23:14:01 +0000
commiteea23c243a2c2667c8eee1250574967740eec758 (patch)
tree33e236f1ad8a41147783df487dec7bf50222960c /docs/whatsnew-1.1.rst
parent2af29e0389e04cf87d146d27886abb9af351524a (diff)
downloadpyramid-eea23c243a2c2667c8eee1250574967740eec758.tar.gz
pyramid-eea23c243a2c2667c8eee1250574967740eec758.tar.bz2
pyramid-eea23c243a2c2667c8eee1250574967740eec758.zip
Thread locals chapter roles.
Diffstat (limited to 'docs/whatsnew-1.1.rst')
-rw-r--r--docs/whatsnew-1.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst
index 1847bfc1c..fa2af3e94 100644
--- a/docs/whatsnew-1.1.rst
+++ b/docs/whatsnew-1.1.rst
@@ -278,7 +278,7 @@ language to render a dictionary to a response. For example:
def my_view(context, request):
return {'abc':123}
-See :ref:`built_in_renders` for the available built-in renderers.
+See :ref:`built_in_renderers` for the available built-in renderers.
If the ``view`` callable associated with a ``view`` directive returns
a Response object (an object with the attributes ``status``,