[Zope-Checkins] CVS: Packages/ZConfig - info.py:1.1.2.15

Fred L. Drake, Jr. fred@zope.com
Fri, 13 Dec 2002 16:03:50 -0500


Update of /cvs-repository/Packages/ZConfig
In directory cvs.zope.org:/tmp/cvs-serv3759

Modified Files:
      Tag: zconfig-schema-devel-branch
	info.py 
Log Message:
Update a comment.


=== Packages/ZConfig/info.py 1.1.2.14 => 1.1.2.15 ===
--- Packages/ZConfig/info.py:1.1.2.14	Fri Dec 13 15:41:41 2002
+++ Packages/ZConfig/info.py	Fri Dec 13 16:03:49 2002
@@ -129,8 +129,8 @@
         # minOccurs   - minimum number of occurances of the section
         # maxOccurs   - maximum number of occurances; if > 1, name
         #               must be '*' or '+'
-        # handler     - handler function called when value(s) must take
-        #               effect
+        # handler     - handler name called when value(s) must take effect,
+        #               or None
         # attribute   - name of the attribute on the SectionValue object
         if maxOccurs > 1:
             if name not in ('*', '+'):