Commit 3a990c69 authored by Benjamin Peterson's avatar Benjamin Peterson

remove brackets

parent 487aedb7
...@@ -752,7 +752,7 @@ Classes and functions ...@@ -752,7 +752,7 @@ Classes and functions
metatype is in use, cls will be the first element of the tuple. 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 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 method *func*, as if it was called with them. For bound methods, bind also the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment