Mercurial > hgrepos > Python > libs > ConfigMix
diff README.txt @ 202:2e66178a09d8
Docu: Ban "keyword expansion" -- use "variable interpolation" instead
"Variable interpolation" or "variable expansion" or "variable substitution"
are the proper wordings.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 05 May 2019 12:07:27 +0200 |
| parents | c6904d02beae |
| children | 657cf709463b |
line wrap: on
line diff
--- a/README.txt Sun May 05 12:01:33 2019 +0200 +++ b/README.txt Sun May 05 12:07:27 2019 +0200 @@ -27,8 +27,8 @@ It then merges the parsed contents of given files into a *unified* tree-ish configuration dictionary and presents them as such to the -application. Reading can be done with keyword expansion from other -configuration values. +application. Reading can be done with variable interpolation from +other configuration values. References and Inspirations
