[Checkins] SVN: zope.generic/trunk/src/zope/generic/type/EXAMPLE.txt

Dominik Huber dominik.huber at perse.ch
Mon Apr 10 14:44:45 EDT 2006


Log message for revision 66806:
  

Changed:
  U   zope.generic/trunk/src/zope/generic/type/EXAMPLE.txt

-=-
Modified: zope.generic/trunk/src/zope/generic/type/EXAMPLE.txt
===================================================================
--- zope.generic/trunk/src/zope/generic/type/EXAMPLE.txt	2006-04-10 18:40:23 UTC (rev 66805)
+++ zope.generic/trunk/src/zope/generic/type/EXAMPLE.txt	2006-04-10 18:44:44 UTC (rev 66806)
@@ -25,9 +25,6 @@
 Step 2: Building Blocks
 -----------------------
 
-Specify the building blocks. In this example the 
-
-
 In the generic model these components may be configurations or annotations.
 
     >>> class ITextConfig(interface.Interface):
@@ -107,7 +104,6 @@
     ...     {'body': u""})
 
 
-
     >>> registerDirective('''
     ... <generic:type
     ...     interface="example.IText"
@@ -159,7 +155,6 @@
     ... ''')
 
 
-
 Step 4: Enjoy your logical domain...
 ------------------------------------
 



More information about the Checkins mailing list