From 27644ffe74dde5020228cd8e2ba89751c01f36ab Mon Sep 17 00:00:00 2001 From: Noah-Agnel <138210920+Noah-Agnel@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:01:44 +0200 Subject: [PATCH] Updating minor error in the changelog (#9900) --- doc/whatsnew/3/3.0/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whatsnew/3/3.0/index.rst b/doc/whatsnew/3/3.0/index.rst index aad65c984c..cc975ca40d 100644 --- a/doc/whatsnew/3/3.0/index.rst +++ b/doc/whatsnew/3/3.0/index.rst @@ -388,7 +388,7 @@ New Checks Closes #8260 (`#8260 `_) -- Add a new checker ``kwarg-superseded-by-positional-arg`` to warn when a function is called with a keyword argument which shares a name with a positional-only parameter and the function contains a keyword variadic parameter dictionary. It may be surprising behaviour when the keyword argument is added to the keyword variadic parameter dictionary. +- Add a new message ``kwarg-superseded-by-positional-arg`` to warn when a function is called with a keyword argument which shares a name with a positional-only parameter and the function contains a keyword variadic parameter dictionary. It may be surprising behaviour when the keyword argument is added to the keyword variadic parameter dictionary. Closes #8558 (`#8558 `_)