summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCatalin Iacob <iacobcatalin@gmail.com>2013-04-01 17:58:09 +0200
committerCatalin Iacob <iacobcatalin@gmail.com>2013-04-01 18:13:43 +0200
commit991a1abd3ddf682240a540fcb7fd309dc1d50f34 (patch)
tree5f6d663a27099ab15e7b7bf59ed6662cd1091d58 /docs
parent1ad37b0891c92087d54255ab1ee9dd0f28b2c150 (diff)
downloadpyramid-991a1abd3ddf682240a540fcb7fd309dc1d50f34.tar.gz
pyramid-991a1abd3ddf682240a540fcb7fd309dc1d50f34.tar.bz2
pyramid-991a1abd3ddf682240a540fcb7fd309dc1d50f34.zip
Remove extra word
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 e984dc24f..f16ab93d8 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -1110,8 +1110,8 @@ Once you've created a tween factory, you can register it into the implicit
tween chain using the :meth:`pyramid.config.Configurator.add_tween` method
using its :term:`dotted Python name`.
-Here's an example of registering the a tween factory as an "implicit"
-tween in a Pyramid application:
+Here's an example of registering a tween factory as an "implicit" tween in a
+Pyramid application:
.. code-block:: python
:linenos: