From 50eef5e1b13b42a1affbfd516ac2a8f6939b1c16 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 26 Feb 2014 02:55:41 +0100 Subject: command+utils: adjust comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.py') 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 -- cgit