From 0ac7b075f76b3989fe9eb763b73bab827c9deccd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Dec 2009 06:44:37 +0000 Subject: Fix syntax errors found via manuel, and add manuel-style markers to prevent untestable code blocks from being tested. --- docs/narr/hooks.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/narr/hooks.rst') 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. """ -- cgit v1.2.3