summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/whatsnew-1.2.rst')
-rw-r--r--docs/whatsnew-1.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.2.rst b/docs/whatsnew-1.2.rst
index fb366aa59..a9fc38908 100644
--- a/docs/whatsnew-1.2.rst
+++ b/docs/whatsnew-1.2.rst
@@ -33,7 +33,7 @@ Tweens
A :term:`tween` is used to wrap the Pyramid router's primary request handling
function. This is a feature that can be used by Pyramid framework extensions,
to provide, for example, view timing support and can provide a convenient
-place to hang bookkeeping code. Tweens are is a little like :term:`WSGI`
+place to hang bookkeeping code. Tweens are a little like :term:`WSGI`
:term:`middleware`, but have access to Pyramid functionality such as renderers
and a full-featured request object.