summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-27 00:12:26 -0400
committerChris McDonough <chrism@plope.com>2011-09-27 00:12:26 -0400
commitbbc4f46ccf6b3e9c2235f0fd60622a0deff6b30e (patch)
tree377017d83060870e76d4945d307abed05c9d51ab /docs
parent92bb880e148a06339426359e4f66c820503a02e9 (diff)
downloadpyramid-bbc4f46ccf6b3e9c2235f0fd60622a0deff6b30e.tar.gz
pyramid-bbc4f46ccf6b3e9c2235f0fd60622a0deff6b30e.tar.bz2
pyramid-bbc4f46ccf6b3e9c2235f0fd60622a0deff6b30e.zip
backport typo fix
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/hooks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index 3ab82ecf7..7db1eca73 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -863,8 +863,8 @@ Pyramid request handling function or another tween. ``registry`` will be the
Pyramid :term:`application registry` represented by this Configurator. A
tween factory must return a tween when it is called.
-A tween is a callable which accepts a :term:`request` object and returns a
-two-tuple a :term:`response` object.
+A tween is a callable which accepts a :term:`request` object and returns
+a :term:`response` object.
Here's an example of a tween factory: