# HG changeset patch # User Franz Glasner # Date 1521732142 -3600 # Node ID e3289a56ba8043bbd40d2003873e6c43e0d144f0 # Parent cd6c5c1494f54b95df8ed70a3ae8b63b2eba01fb Enhance docu diff -r cd6c5c1494f5 -r e3289a56ba80 configmix/variables.py --- 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())