From 85fd25e371b381ad4e76738e8f672261a9d66d75 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 28 Sep 2008 03:24:48 +0000 Subject: --- docs/narr/models.rst | 2 +- docs/narr/security.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/models.rst b/docs/narr/models.rst index e627a682c..63b22e21a 100644 --- a/docs/narr/models.rst +++ b/docs/narr/models.rst @@ -88,7 +88,7 @@ provide the ``repoze.bfg.interfaces.ILocation`` interface. The easiest way to do this is to claim that the class representing the root node ``implements(ILocation)``: -.. code-block:: +.. code-block:: python :linenos: from repoze.bfg.interfaces import ILocation diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 76f488f43..1053ccc42 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -132,7 +132,7 @@ have a ``_name__`` and a ``__parent__`` attribute and the root object must be declared to implement the ``repoze.bfg.interfaces.ILocation`` interface. For example: -.. code-block:: +.. code-block:: python :linenos: from repoze.bfg.interfaces import ILocation -- cgit v1.2.3