]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#3519: callee is an expression too.
authorGeorg Brandl <georg@python.org>
Fri, 8 Aug 2008 06:42:20 +0000 (06:42 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 8 Aug 2008 06:42:20 +0000 (06:42 +0000)
Doc/reference/expressions.rst

index c815c0ef8949da1b7b586f10e2e7404f002b4470..61d29df54650b370329ab91ded14e67be41c95f6 100644 (file)
@@ -1244,7 +1244,7 @@ their suffixes::
    (expr1, expr2, expr3, expr4)
    {expr1: expr2, expr3: expr4}
    expr1 + expr2 * (expr3 - expr4)
-   func(expr1, expr2, *expr3, **expr4)
+   expr1(expr2, expr3, *expr4, **expr5)
    expr3, expr4 = expr1, expr2