[Zope3-checkins] CVS: Zope3/doc/zcml - attribute_conventions.stx:1.5
R. David Murray
bitz@bitdance.com
Sun, 1 Sep 2002 15:15:55 -0400
Update of /cvs-repository/Zope3/doc/zcml
In directory cvs.zope.org:/tmp/cvs-serv17999
Modified Files:
attribute_conventions.stx
Log Message:
Structured Text quoting fixes.
=== Zope3/doc/zcml/attribute_conventions.stx 1.4 => 1.5 ===
--- Zope3/doc/zcml/attribute_conventions.stx:1.4 Sun Sep 1 14:43:28 2002
+++ Zope3/doc/zcml/attribute_conventions.stx Sun Sep 1 15:15:54 2002
@@ -41,5 +41,5 @@
The first callable listed must accept the normal calling sequence
for the type of object being contructed. The remaining callables
must be Adapters. In other words, if the value of the factory
- attribute is "a b c", then the composite factory is built by
- doing c(b(a(<factory-argument-list>))).
+ attribute is '"a b c"', then the composite factory is built by
+ doing 'c(b(a(<factory-argument-list>)))'.