diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-09-12 06:53:36 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2018-09-12 06:53:36 -0700 |
commit | 6fee37d9c89c1033ed35ccdc3cacc5847b788ac1 (patch) | |
tree | 98b26e73feb7e4d09c3ed9bdcecb332618f856f6 | |
parent | f609faa51936f1e6d3b53a50a40e2d4b03f46a7e (diff) | |
download | cpython-git-6fee37d9c89c1033ed35ccdc3cacc5847b788ac1.tar.gz |
Improve example message.
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-09-11-23-12-33.bpo-34641.gFBCc9.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-09-11-23-12-33.bpo-34641.gFBCc9.rst b/Misc/NEWS.d/next/Core and Builtins/2018-09-11-23-12-33.bpo-34641.gFBCc9.rst index a123167714..9b6eb24c13 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2018-09-11-23-12-33.bpo-34641.gFBCc9.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2018-09-11-23-12-33.bpo-34641.gFBCc9.rst @@ -1,2 +1,2 @@ Further restrict the syntax of the left-hand side of keyword arguments in -function calls. In particular, ``f((arg)=default)`` is now disallowed. +function calls. In particular, ``f((keyword)=arg)`` is now disallowed. |