summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.7.rst')
-rw-r--r--doc/whatsnew/2.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/whatsnew/2.7.rst b/doc/whatsnew/2.7.rst
index 154e510a5..7b0fd859f 100644
--- a/doc/whatsnew/2.7.rst
+++ b/doc/whatsnew/2.7.rst
@@ -29,7 +29,7 @@ New checkers
Other Changes
=============
-* Fix false positive for ``builtin-not-iterating`` when ``zip`` receives iterable
+* Fix false positive for ``builtin-not-iterating`` when ``zip`` or ``map`` receives iterable
* Fix linter multiprocessing pool shutdown which triggered warnings when runned in parallels with other pytest plugins.