We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e8ef9 commit 60f3939Copy full SHA for 60f3939
CONTRIBUTORS.txt
@@ -278,3 +278,4 @@ contributors:
278
279
* Goudcode: contributor
280
281
+* Bluesheeptoken: contributor
pylint/checkers/python3.py
@@ -438,7 +438,7 @@ class Python3Checker(checkers.BaseChecker):
438
"range built-in referenced when not iterating",
439
"range-builtin-not-iterating",
440
"Used when the range built-in is referenced in a non-iterating "
441
- "context (returns an iterator in Python 3)",
+ "context (returns a range in Python 3)",
442
),
443
"W1639": (
444
"filter built-in referenced when not iterating",
0 commit comments