[Zodb-checkins] CVS: Packages/ZConfig - info.py:1.1.2.14

Fred L. Drake, Jr. fred@zope.com
Fri, 13 Dec 2002 15:41:42 -0500


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

Modified Files:
      Tag: zconfig-schema-devel-branch
	info.py 
Log Message:
Added missing comment fragment.


=== Packages/ZConfig/info.py 1.1.2.13 => 1.1.2.14 ===
--- Packages/ZConfig/info.py:1.1.2.13	Fri Dec 13 10:42:32 2002
+++ Packages/ZConfig/info.py	Fri Dec 13 15:41:41 2002
@@ -209,7 +209,7 @@
 
 class SectionType:
     def __init__(self, name, keytype, valuetype, datatype):
-        # name      -
+        # name      - name of the section, or '*' or '+'
         # datatype  - type for the section itself
         # keytype   - type for the keys themselves
         # valuetype - default type for key values