summaryrefslogtreecommitdiffstats
path: root/Doc/library/inspect.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-02 18:26:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-01-02 18:26:50 (GMT)
commitc22eaecd53a3d9dc7ca441e6d6f1e0148469f1e9 (patch)
treefdfd9e3a83f10070bfd06a678775af047cc09d48 /Doc/library/inspect.rst
parent393a94243f47fb02c936945e6931427c6adefbcf (diff)
parent3e6ab1715d13deab644e02e05d978ccb17241176 (diff)
downloadcpython-c22eaecd53a3d9dc7ca441e6d6f1e0148469f1e9.zip
cpython-c22eaecd53a3d9dc7ca441e6d6f1e0148469f1e9.tar.gz
cpython-c22eaecd53a3d9dc7ca441e6d6f1e0148469f1e9.tar.bz2
merge 3.3 (closes #20108)
Diffstat (limited to 'Doc/library/inspect.rst')
-rw-r--r--Doc/library/inspect.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
index 41c61b7..4290aeb 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -753,7 +753,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