summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-12 00:17:52 -0400
committerChris McDonough <chrism@plope.com>2011-08-12 00:17:52 -0400
commit47369747d8050faddd8b98f4cad9f5d0bb263130 (patch)
treed7a3dddc32d31e843a4c3ae8239e54df6f469585 /docs/narr/hooks.rst
parentbe46dacfd3b197ce3d8cb907532daa49c93fb8df (diff)
downloadpyramid-47369747d8050faddd8b98f4cad9f5d0bb263130.tar.gz
pyramid-47369747d8050faddd8b98f4cad9f5d0bb263130.tar.bz2
pyramid-47369747d8050faddd8b98f4cad9f5d0bb263130.zip
garden changes; fix docs rendering
Diffstat (limited to 'docs/narr/hooks.rst')
-rw-r--r--docs/narr/hooks.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index e07dca9bd..cd2109c5c 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -931,9 +931,9 @@ entirely by the relative ordering of calls to
add_tween can provide an optional hint that can influence the implicit tween
chain ordering by supplying ``under`` or ``over`` (or both) arguments to
:meth:`~pyramid.config.Configurator.add_tween`. These hints are only used
-used when an explicit tween chain is not used (when the ``pyramid.tweens``
-configuration value is not set). See :ref:`explicit_tweens` for a
-description of how to set an explicit tweens list.
+used when an explicit tween ordering is not used. See
+:ref:`explicit_tween_ordering` for a description of how to set an explicit
+tween ordering.
Allowable values for ``under`` or ``over`` (or both) are: