[Zodb-checkins] CVS: Packages/ZConfig - SectionMatcher.py:1.1.2.4

Fred L. Drake, Jr. fred@zope.com
Mon, 9 Dec 2002 18:09:59 -0500


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

Modified Files:
      Tag: zconfig-schema-devel-branch
	SectionMatcher.py 
Log Message:
Trivial docstring.


=== Packages/ZConfig/SectionMatcher.py 1.1.2.3 => 1.1.2.4 ===
--- Packages/ZConfig/SectionMatcher.py:1.1.2.3	Mon Dec  9 17:51:20 2002
+++ Packages/ZConfig/SectionMatcher.py	Mon Dec  9 18:09:59 2002
@@ -82,6 +82,8 @@
 
 
 class SectionValue:
+    """Generic 'bag-of-values' object for a section."""
+
     def __init__(self, keys, values):
         self._keys = keys
         self._values = values