summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-02 02:22:52 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-02 02:40:17 +0200
commit043ccddb909327106264d10ed5d413760a51770d (patch)
tree221ab651189aa7d54c5870f07cd065808d76cb04 /docs/narr/hooks.rst
parent08c2217e7f831379016e1ddee0b5d51eeca53878 (diff)
downloadpyramid-043ccddb909327106264d10ed5d413760a51770d.tar.gz
pyramid-043ccddb909327106264d10ed5d413760a51770d.tar.bz2
pyramid-043ccddb909327106264d10ed5d413760a51770d.zip
eliminate other repeated words
Diffstat (limited to 'docs/narr/hooks.rst')
-rw-r--r--docs/narr/hooks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index ea75e5fe4..b5efc0df1 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -1082,7 +1082,7 @@ entirely by the relative ordering of calls to
:meth:`pyramid.config.Configurator.add_tween`. However, the caller of
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
+:meth:`~pyramid.config.Configurator.add_tween`. These hints are only
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.