[Zope3-checkins] CVS: Zope3/lib/python/Zope/Configuration - INonEmptyDirective.py:1.2

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


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

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


=== Zope3/lib/python/Zope/Configuration/INonEmptyDirective.py 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/Configuration/INonEmptyDirective.py:1.1	Sun Sep  1 14:29:58 2002
+++ Zope3/lib/python/Zope/Configuration/INonEmptyDirective.py	Tue Sep  3 12:02:30 2002
@@ -22,5 +22,5 @@
     def __call__(**kw):
         """Compute complex directive handler
 
-        Return an IComplexDirectiveHandler
+        Return an ISubdirectiveHandler.
         """