From 3a990c69b8d8420967010181096e103ebe92406b Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 2 Jan 2014 12:22:30 -0600 Subject: remove brackets --- Doc/library/inspect.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 625ea6e..7612544 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -752,7 +752,7 @@ Classes and functions metatype is in use, cls will be the first element of the tuple. -.. function:: getcallargs(func[, *args][, **kwds]) +.. function:: getcallargs(func, *args, **kwds) Bind the *args* and *kwds* to the argument names of the Python function or method *func*, as if it was called with them. For bound methods, bind also the -- cgit v0.12