summaryrefslogtreecommitdiff
path: root/docs/narr/models.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-07-03 01:41:04 +0000
committerChris McDonough <chrism@agendaless.com>2009-07-03 01:41:04 +0000
commit7bc20e11b5ed7314e5aaed000242d4d5950fc775 (patch)
tree6cb253ea95617ca4f24aa365f145ec2f81bf53fc /docs/narr/models.rst
parentc43c358c7ec7d352fd4792b993e4609cbab37dba (diff)
downloadpyramid-7bc20e11b5ed7314e5aaed000242d4d5950fc775.tar.gz
pyramid-7bc20e11b5ed7314e5aaed000242d4d5950fc775.tar.bz2
pyramid-7bc20e11b5ed7314e5aaed000242d4d5950fc775.zip
General editing walkthrough.
Diffstat (limited to 'docs/narr/models.rst')
-rw-r--r--docs/narr/models.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/narr/models.rst b/docs/narr/models.rst
index b865bcb53..a3613c77c 100644
--- a/docs/narr/models.rst
+++ b/docs/narr/models.rst
@@ -99,8 +99,9 @@ interface (as opposed to its class). To do so, use the
entry = BlogEntry()
directlyProvides(IBlogEntry, entry)
-If a model object already has instance interface declarations that you
-don't want to disturb, use the ``zope.interface.alsoProvides`` API:
+If a model object already has instance-level interface declarations
+that you don't want to disturb, use the
+``zope.interface.alsoProvides`` API:
.. code-block:: python
:linenos: