Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/variables.py @ 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 | e2e8d21b4122 |
| children | b3b5ed34d180 |
line wrap: on
line diff
--- a/configmix/variables.py Sun May 05 12:01:33 2019 +0200 +++ b/configmix/variables.py Sun May 05 12:07:27 2019 +0200 @@ -3,7 +3,7 @@ # :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. #- -"""Variable expansion: implementation of namespaces and filters +"""Variable interpolation: implementation of namespaces and filters """
