summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-06-02 18:06:32 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-10 12:49:20 +0200
commitfd8daeef884fe036ff9041339a3876ed38b99668 (patch)
treed1ba562e24fa058d2910098a9751507774a622ce /doc
parent2090d96c3f7978dbc5517e5c974ad96e44744192 (diff)
downloadpylint-git-fd8daeef884fe036ff9041339a3876ed38b99668.tar.gz
Change to consider-using-tuple
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.9.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/whatsnew/2.9.rst b/doc/whatsnew/2.9.rst
index de62da2b7..59321d8d3 100644
--- a/doc/whatsnew/2.9.rst
+++ b/doc/whatsnew/2.9.rst
@@ -39,7 +39,8 @@ New checkers
* New checker ``await-outside-async``: Emitted when await is used outside an async function.
-* ``consider-using-tuple-iterator``: Emitted when iterating over an in-place define list or set that can be replaced by a tuple.
+* ``consider-using-tuple``: Emitted when an in-place defined list or set can be replaced by a tuple.
+
Other Changes
=============