mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
remove brackets
This commit is contained in:
parent
487aedb77c
commit
3a990c69b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue