diff options
| author | Catalin Iacob <iacobcatalin@gmail.com> | 2013-02-24 18:01:17 +0100 |
|---|---|---|
| committer | Catalin Iacob <iacobcatalin@gmail.com> | 2013-04-01 18:13:42 +0200 |
| commit | e2b67957fddb01f8f17ee55ba726122977cdef1b (patch) | |
| tree | cdf79731b6842902a9eeac7ed26ef598e357ba41 /docs | |
| parent | dd1c538327c48555cc84111e37d929a0842494af (diff) | |
| download | pyramid-e2b67957fddb01f8f17ee55ba726122977cdef1b.tar.gz pyramid-e2b67957fddb01f8f17ee55ba726122977cdef1b.tar.bz2 pyramid-e2b67957fddb01f8f17ee55ba726122977cdef1b.zip | |
Remove extra word
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/hooks.rst | 2 |
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 |
