[Zope-Checkins] CVS: Zope3/lib/python/Zope/Configuration - ISubdirectiveHandler.py:1.2

Jim Fulton jim@zope.com
Tue, 3 Sep 2002 12:07:08 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Configuration
In directory cvs.zope.org:/tmp/cvs-serv16625

Modified Files:
	ISubdirectiveHandler.py 
Log Message:
Fixed documentation bug.


=== Zope3/lib/python/Zope/Configuration/ISubdirectiveHandler.py 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/Configuration/ISubdirectiveHandler.py:1.1	Sun Sep  1 14:29:58 2002
+++ Zope3/lib/python/Zope/Configuration/ISubdirectiveHandler.py	Tue Sep  3 12:07:08 2002
@@ -20,9 +20,13 @@
 class ISubdirectiveHandler(Interface):
     """Handle subdirectives
 
-    Provide methods for registered subdirectives.
+    Provide methods for registered subdirectives. The methods are
+    typically IEmptyDirective objects. They could, theoretically be
+    INonEmptyDirective objects. 
 
-    Also provide a call that can provide additional configuration actions.
+    Also provide a call that can provide additional configuration
+    actions. 
+    
     """
 
     def __call__():