Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a990c6

Browse files
committed
remove brackets
1 parent 487aedb commit 3a990c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/inspect.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ Classes and functions
752752
metatype is in use, cls will be the first element of the tuple.
753753

754754

755-
.. function:: getcallargs(func[, *args][, **kwds])
755+
.. function:: getcallargs(func, *args, **kwds)
756756

757757
Bind the *args* and *kwds* to the argument names of the Python function or
758758
method *func*, as if it was called with them. For bound methods, bind also the

0 commit comments

Comments
 (0)