From 6fee37d9c89c1033ed35ccdc3cacc5847b788ac1 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 12 Sep 2018 06:53:36 -0700 Subject: Improve example message. --- .../next/Core and Builtins/2018-09-11-23-12-33.bpo-34641.gFBCc9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1