remove brackets

This commit is contained in:
Benjamin Peterson 2014-01-02 12:22:30 -06:00
parent 487aedb77c
commit 3a990c69b8
1 changed files with 1 additions and 1 deletions

View File

@ -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