Commit 8a16b4ba authored by Martijn Pieters's avatar Martijn Pieters

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.
parent d9c5aa05
......@@ -768,15 +768,10 @@ examples:
... path = mydata
... """)
In this example, we've used ConfigParser substitutions for file2 and
file3. This type of substitution uses Python string format syntax.
Valid names are options in the same section and options defined in the
DEFAULT section.
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.
We used a string-template substitution for File 1 and File 2. 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
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