diff options
Diffstat (limited to 'docs/narr/models.rst')
| -rw-r--r-- | docs/narr/models.rst | 5 |
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: |
