summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 2d7485c16..a1e21d2bb 100644
--- a/docs/narr/models.rst
+++ b/docs/narr/models.rst
@@ -130,8 +130,9 @@ that a model implements an interface by using the
``BlogEntry`` model implements the ``IBlogEntry`` interface.
You can also specify that a *particular* model instance provides an
-interface (as opposed to its class). To do so, use the
-:func:`zope.interface.directlyProvides` function:
+interface, as opposed to its class as above, which implies that all
+instances do. To do so, use the :func:`zope.interface.directlyProvides`
+function:
.. code-block:: python
:linenos: