From 4a485e28f0a5118b37550123c79f1f6d0dec42a4 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sun, 16 Apr 2023 13:34:35 -0400 Subject: Improve output of `consider-using-generator` message for `min()` calls with `default` keyword (#8582) --- doc/whatsnew/fragments/8563.bugfix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/whatsnew/fragments/8563.bugfix (limited to 'doc') 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 -- cgit v1.2.1