From c7737e63883e9ca4392f372d5a55978ed99dc23e Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Thu, 27 Apr 2006 18:44:27 +0000 Subject: Fix indentation error. --- numpy/lib/function_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index c10ee996b..bb48ae828 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -545,7 +545,7 @@ def _get_nargs(obj): ndefaults = 0 if isinstance(obj, types.MethodType): nargs -= 1 - return nargs, ndefaults + return nargs, ndefaults terr = re.compile(r'.*? takes exactly (?P\d+) argument(s|) \((?P\d+) given\)') try: obj() -- cgit v1.2.1