summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
authorPavlo Kapyshin <i@93z.org>2015-01-07 15:09:26 +0200
committerPavlo Kapyshin <i@93z.org>2015-01-07 15:09:26 +0200
commit3702ab07e835a06f30abf5ceb626f81114115062 (patch)
tree7253866e099854ccda446af2dd56cd12c4156882 /docs/narr/hooks.rst
parent77db3c2c000d7209d1c486585d7227181e2a4286 (diff)
downloadpyramid-3702ab07e835a06f30abf5ceb626f81114115062.tar.gz
pyramid-3702ab07e835a06f30abf5ceb626f81114115062.tar.bz2
pyramid-3702ab07e835a06f30abf5ceb626f81114115062.zip
Fix typo
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 e250c2d7e..5bba0d143 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -777,7 +777,7 @@ If you want to implement your own Response object instead of using the
:class:`pyramid.response.Response` object in any capacity at all, you'll have
to make sure the object implements every attribute and method outlined in
:class:`pyramid.interfaces.IResponse` and you'll have to ensure that it uses
-``zope.interface.implementer(IResponse)`` as a class decoratoror.
+``zope.interface.implementer(IResponse)`` as a class decorator.
.. code-block:: python
:linenos: