[Zope3-checkins] CVS: Zope3/lib/python/Zope/Configuration - INonEmptyDirective.py:1.3
Jim Fulton
jim@zope.com
Tue, 3 Sep 2002 12:04:07 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Configuration
In directory cvs.zope.org:/tmp/cvs-serv16266
Modified Files:
INonEmptyDirective.py
Log Message:
Fixed documentation bug.
=== Zope3/lib/python/Zope/Configuration/INonEmptyDirective.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Configuration/INonEmptyDirective.py:1.2 Tue Sep 3 12:02:30 2002
+++ Zope3/lib/python/Zope/Configuration/INonEmptyDirective.py Tue Sep 3 12:04:06 2002
@@ -20,7 +20,7 @@
class INonEmptyDirective(Interface):
def __call__(**kw):
- """Compute complex directive handler
+ """Compute subdirective handler
Return an ISubdirectiveHandler.
"""