summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-09-28 03:24:48 +0000
committerChris McDonough <chrism@agendaless.com>2008-09-28 03:24:48 +0000
commit85fd25e371b381ad4e76738e8f672261a9d66d75 (patch)
treec1871585d211a32f8f48ff436557f6f8684e8343 /docs
parente0cccbee297265679ac0c69b96d50226b9a1bdf9 (diff)
downloadpyramid-85fd25e371b381ad4e76738e8f672261a9d66d75.tar.gz
pyramid-85fd25e371b381ad4e76738e8f672261a9d66d75.tar.bz2
pyramid-85fd25e371b381ad4e76738e8f672261a9d66d75.zip
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/models.rst2
-rw-r--r--docs/narr/security.rst2
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