[Zope3-checkins] CVS: Zope3/lib/python/Zope/Configuration - meta.py:1.5

R. David Murray bitz@bitdance.com
Mon, 16 Sep 2002 01:52:41 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Configuration
In directory cvs.zope.org:/tmp/cvs-serv8381

Modified Files:
	meta.py 
Log Message:
Fix punctuation error in registersub docstring.


=== Zope3/lib/python/Zope/Configuration/meta.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/Configuration/meta.py:1.4	Sun Sep  1 14:29:58 2002
+++ Zope3/lib/python/Zope/Configuration/meta.py	Mon Sep 16 01:52:40 2002
@@ -56,7 +56,7 @@
     directives is the subdirective registry for the containing
     directive, which may be either a top-level directive or an
     intermediate sub-directive (if subdirectives are nested more than
-    two deep.
+    two deep).
 
     The name argument is a tuple with a namespace URI and an
     name string.