Commit f3f461be authored by mj's avatar mj

Remove gibberish paragraph from variable substitution section (was this ever...

Remove gibberish paragraph from variable substitution section (was this ever true?), correct next paragraph to reflect current example.

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@83764 62d5b8a3-27da-0310-9561-8e5933582275
parent 23b8ff85
...@@ -768,15 +768,10 @@ examples: ...@@ -768,15 +768,10 @@ examples:
... path = mydata ... path = mydata
... """) ... """)
In this example, we've used ConfigParser substitutions for file2 and We used a string-template substitution for File 1 and File 2. This
file3. This type of substitution uses Python string format syntax. type of substitution uses the string.Template syntax. Names
Valid names are options in the same section and options defined in the substituted are qualified option names, consisting of a section name
DEFAULT section. and option name joined by a colon.
We used a string-template substitution for file1. This type of
substitution uses the string.Template syntax. Names substituted are
qualified option names, consisting of a section name and option name
joined by a colon.
Now, if we run the buildout, we'll see the options with the values Now, if we run the buildout, we'll see the options with the values
substituted. substituted.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment