]> granicus.if.org Git - python/commitdiff
remove brackets
authorBenjamin Peterson <benjamin@python.org>
Thu, 2 Jan 2014 18:22:30 +0000 (12:22 -0600)
committerBenjamin Peterson <benjamin@python.org>
Thu, 2 Jan 2014 18:22:30 +0000 (12:22 -0600)
Doc/library/inspect.rst

index 625ea6ef251d686c97f597d24a477fc6405235c3..7612544ad0d25d7752f07c67c18e86a7129a5c25 100644 (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