summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-04-16 13:34:35 -0400
committerGitHub <noreply@github.com>2023-04-16 13:34:35 -0400
commit4a485e28f0a5118b37550123c79f1f6d0dec42a4 (patch)
treef712c50f0321f8855c6e76443ced7f583bd69cff /doc
parentf80a683efc2edb10d4c3780b9866f66a70d397d8 (diff)
downloadpylint-git-4a485e28f0a5118b37550123c79f1f6d0dec42a4.tar.gz
Improve output of `consider-using-generator` message for `min()` calls with `default` keyword (#8582)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8563.bugfix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8563.bugfix b/doc/whatsnew/fragments/8563.bugfix
new file mode 100644
index 000000000..3c9d38b1c
--- /dev/null
+++ b/doc/whatsnew/fragments/8563.bugfix
@@ -0,0 +1,3 @@
+Improve output of ``consider-using-generator`` message for ``min()` calls with ``default`` keyword.
+
+Closes #8563