[Zope-Checkins] CVS: Zope/lib/python/ZConfig - SchemaInterfaces.py:1.1.2.5

Fred L. Drake, Jr. fred@zope.com
Tue, 3 Dec 2002 16:21:36 -0500


Update of /cvs-repository/Zope/lib/python/ZConfig
In directory cvs.zope.org:/tmp/cvs-serv30273

Modified Files:
      Tag: chrism-install-branch
	SchemaInterfaces.py 
Log Message:
Docstring typo (Chris -- please check).


=== Zope/lib/python/ZConfig/SchemaInterfaces.py 1.1.2.4 => 1.1.2.5 ===
--- Zope/lib/python/ZConfig/SchemaInterfaces.py:1.1.2.4	Tue Nov 26 17:51:31 2002
+++ Zope/lib/python/ZConfig/SchemaInterfaces.py	Tue Dec  3 16:21:36 2002
@@ -93,7 +93,7 @@
 class IConfigMultiSection(IConfigMulti, IConfigSection):
     prototype_class = Interface.Attribute(
         'A class to use as a section prototype (a class that implements '
-        'the ISection interface).'
+        'the IConfigSection interface).'
         )
     pass