summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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: