summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/hooks.rst')
-rw-r--r--docs/narr/hooks.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index 862019209..f8ad29832 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -348,6 +348,8 @@ The API that must be implemented by a class that provides
.. code-block:: python
:linenos:
+ from zope.interface import Interface
+
class IContextURL(Interface):
""" An adapter which deals with URLs related to a context.
"""