summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDani Alcala <112832187+clavedeluna@users.noreply.github.com>2023-02-08 18:03:41 -0300
committerGitHub <noreply@github.com>2023-02-08 22:03:41 +0100
commit29684fe0123335fe1906b079f5cdfc2d0250e021 (patch)
treede04ad8b0a4fcc613c08ddefd5d8c8a8397dfbe0 /doc
parent7fd499a903348955cbe120b058659f1fa6a29f1a (diff)
downloadpylint-git-29684fe0123335fe1906b079f5cdfc2d0250e021.tar.gz
Fix `nested-min-max` output msg for sequences (#8234)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8168.bugfix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8168.bugfix b/doc/whatsnew/fragments/8168.bugfix
new file mode 100644
index 000000000..dd846b734
--- /dev/null
+++ b/doc/whatsnew/fragments/8168.bugfix
@@ -0,0 +1,3 @@
+Fix ``nested-min-max`` suggestion message to indicate it's possible to splat iterable objects.
+
+Closes #8168