[Checkins] SVN: zope3book/trunk/source/ - Add summary to interfaces chapter

Baiju M baiju.m.mail at gmail.com
Mon Feb 23 01:51:35 EST 2009


Log message for revision 97129:
  - Add summary to interfaces chapter
  - s/conclusion/summary in getting-started
  

Changed:
  U   zope3book/trunk/source/getting-started.rst
  U   zope3book/trunk/source/interfaces.rst

-=-
Modified: zope3book/trunk/source/getting-started.rst
===================================================================
--- zope3book/trunk/source/getting-started.rst	2009-02-23 06:37:20 UTC (rev 97128)
+++ zope3book/trunk/source/getting-started.rst	2009-02-23 06:51:35 UTC (rev 97129)
@@ -420,8 +420,8 @@
 World!`.
 
 
-Conclusion
-----------
+Summary
+-------
 
 Setting up a Zope 3 project sandbox is nothing but creating a proper
 Buildout configuration which use various Buildout recipes.

Modified: zope3book/trunk/source/interfaces.rst
===================================================================
--- zope3book/trunk/source/interfaces.rst	2009-02-23 06:37:20 UTC (rev 97128)
+++ zope3book/trunk/source/interfaces.rst	2009-02-23 06:51:35 UTC (rev 97129)
@@ -324,3 +324,10 @@
 As you can see `jack` object validated without raising any exception.
 But `jill` object didn't validated the invariant constraint, so it
 raised exception.
+
+
+Summary
+-------
+
+Interfaces are objects that specify (document) the external behavior
+of objects that "provide" them.



More information about the Checkins mailing list