changeset 24:fa65adab0b71

FIX: Typo in comment
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 10 Mar 2016 16:18:41 +0100
parents c77cb6bc8eeb
children baf862cb4860
files configmix/config.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/config.py	Thu Mar 10 15:41:46 2016 +0100
+++ b/configmix/config.py	Thu Mar 10 16:18:41 2016 +0100
@@ -71,7 +71,7 @@
             return varvalue
 
     def getvar_s(self, varname, default=_MARKER):
-        """Get a variable - incliding variables from other namespaces.
+        """Get a variable - including variables from other namespaces.
 
         Variables will be substituted recursively in the result.
         """