[Zodb-checkins] CVS: StandaloneZConfig/ZConfig/components/basic -
	mapping.py:1.2
    Fred L. Drake, Jr. 
    fred at zope.com
       
    Thu Mar 25 18:56:07 EST 2004
    
    
  
Update of /cvs-repository/StandaloneZConfig/ZConfig/components/basic
In directory cvs.zope.org:/tmp/cvs-serv11962
Modified Files:
	mapping.py 
Log Message:
correct a package name in a docstring
=== StandaloneZConfig/ZConfig/components/basic/mapping.py 1.1 => 1.2 ===
--- StandaloneZConfig/ZConfig/components/basic/mapping.py:1.1	Fri Jan  2 10:45:49 2004
+++ StandaloneZConfig/ZConfig/components/basic/mapping.py	Thu Mar 25 18:55:33 2004
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-"""Python datatype for the ZConfig.basic.mapping section type."""
+"""Python datatype for the ZConfig.components.basic.mapping section type."""
 
 def mapping(section):
     return section.mapping
    
    
More information about the Zodb-checkins
mailing list