Skip to content

Commit

Permalink
Updating minor error in the changelog (#9900)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Agnel authored Aug 30, 2024
1 parent 8314743 commit 27644ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/whatsnew/3/3.0/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ New Checks

Closes #8260 (`#8260 <https://github.com/pylint-dev/pylint/issues/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 <https://github.com/pylint-dev/pylint/issues/8558>`_)

Expand Down

0 comments on commit 27644ff

Please sign in to comment.