Mercurial > hgrepos > Python > libs > ConfigMix
changeset 100:e3289a56ba80
Enhance docu
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 22 Mar 2018 16:22:22 +0100 |
| parents | cd6c5c1494f5 |
| children | f6f2dc7cf053 |
| files | configmix/variables.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/variables.py Thu Mar 22 16:21:17 2018 +0100 +++ b/configmix/variables.py Thu Mar 22 16:22:22 2018 +0100 @@ -3,7 +3,7 @@ # :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. #- -"""Variable expansion: namespaces and filters +"""Variable expansion: implementation of namespaces and filters """ @@ -40,7 +40,7 @@ def _pylookup(name, default=_MARKER): - """Lookup a Python specific variable""" + """Lookup Python specific information""" import platform if name == "version": return u(platform.python_version())
