From 7bc20e11b5ed7314e5aaed000242d4d5950fc775 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 3 Jul 2009 01:41:04 +0000 Subject: General editing walkthrough. --- docs/narr/models.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/narr/models.rst') 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: -- cgit v1.2.3