summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCatalin Iacob <iacobcatalin@gmail.com>2013-02-24 18:01:17 +0100
committerCatalin Iacob <iacobcatalin@gmail.com>2013-04-01 18:13:42 +0200
commite2b67957fddb01f8f17ee55ba726122977cdef1b (patch)
treecdf79731b6842902a9eeac7ed26ef598e357ba41 /docs
parentdd1c538327c48555cc84111e37d929a0842494af (diff)
downloadpyramid-e2b67957fddb01f8f17ee55ba726122977cdef1b.tar.gz
pyramid-e2b67957fddb01f8f17ee55ba726122977cdef1b.tar.bz2
pyramid-e2b67957fddb01f8f17ee55ba726122977cdef1b.zip
Remove extra word
Diffstat (limited to 'docs')
-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 330eb0cd3..07983808c 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -694,7 +694,7 @@ represents the type of interface that must be possessed by the resource for
this resource url factory to be found. If the ``resource_iface`` argument is
omitted, this resource url adapter will be used for *all* resources.
-The API that must be implemented by your a class that provides
+The API that must be implemented by a class that provides
:class:`~pyramid.interfaces.IResourceURL` is as follows:
.. code-block:: python