Skip to content

Commit 27644ff

Browse files
authored
Updating minor error in the changelog (#9900)
1 parent 8314743 commit 27644ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/whatsnew/3/3.0/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ New Checks
388388

389389
Closes #8260 (`#8260 <https://github.com/pylint-dev/pylint/issues/8260>`_)
390390

391-
- 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.
391+
- 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.
392392

393393
Closes #8558 (`#8558 <https://github.com/pylint-dev/pylint/issues/8558>`_)
394394

0 commit comments

Comments
 (0)