summaryrefslogtreecommitdiffstats
path: root/utils.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-02-26 02:55:41 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-02-26 02:58:19 +0100
commit50eef5e1b13b42a1affbfd516ac2a8f6939b1c16 (patch)
tree354545477bb2d5e56fd51f9959ac660cf67f644a /utils.py
parent45bdeeab7ea527505842c55d6997c02d0c072324 (diff)
downloadclufter-50eef5e1b13b42a1affbfd516ac2a8f6939b1c16.tar.gz
clufter-50eef5e1b13b42a1affbfd516ac2a8f6939b1c16.tar.xz
clufter-50eef5e1b13b42a1affbfd516ac2a8f6939b1c16.zip
command+utils: adjust comments
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.py b/utils.py
index bb6df6a..457e011 100644
--- a/utils.py
+++ b/utils.py
@@ -140,7 +140,7 @@ def which(name, *where):
def func_defaults_varnames(func, skip=0):
- """Using introspection, get a dict of kwargs' defaults + all arg names
+ """Using introspection, get arg defaults (dict) + all arg names (tuple)
Parameters:
skipfirst how many initial arguments to skip