diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-09-28 03:24:48 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-09-28 03:24:48 +0000 |
| commit | 85fd25e371b381ad4e76738e8f672261a9d66d75 (patch) | |
| tree | c1871585d211a32f8f48ff436557f6f8684e8343 /docs | |
| parent | e0cccbee297265679ac0c69b96d50226b9a1bdf9 (diff) | |
| download | pyramid-85fd25e371b381ad4e76738e8f672261a9d66d75.tar.gz pyramid-85fd25e371b381ad4e76738e8f672261a9d66d75.tar.bz2 pyramid-85fd25e371b381ad4e76738e8f672261a9d66d75.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/models.rst | 2 | ||||
| -rw-r--r-- | docs/narr/security.rst | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
