[Zope3-checkins] CVS: Zope3/src/zope/configuration - README.txt:1.5

Jim Fulton jim@zope.com
Sat, 2 Aug 2003 08:46:24 -0400


Update of /cvs-repository/Zope3/src/zope/configuration
In directory cvs.zope.org:/tmp/cvs-serv26103/src/zope/configuration

Modified Files:
	README.txt 
Log Message:
Added documentation on creating nested directives. Nested directives
replace complex directives.


=== Zope3/src/zope/configuration/README.txt 1.4 => 1.5 ===
--- Zope3/src/zope/configuration/README.txt:1.4	Thu Jul 31 10:56:34 2003
+++ Zope3/src/zope/configuration/README.txt	Sat Aug  2 08:45:50 2003
@@ -55,8 +55,7 @@
   Other directives can be nested in grouping directives.
 
   To learn how to implement nested directives, look at the
-  documentation in tests/test_nested.py (when it exists, which isn't
-  yet ;).
+  documentation in tests/test_nested.py.
 
 - Complex directives are directives that have subdirectives.  
   Subdirectives have handlers that are simply methods of complex