We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc1bbc commit 0cfb491Copy full SHA for 0cfb491
python/ql/src/Exceptions/UnguardedNextInGenerator.ql
@@ -70,7 +70,7 @@ where
70
// PEP 479 removes this concern from 3.7 onwards
71
// see: https://peps.python.org/pep-0479/
72
//
73
- // However, we do not know the minor version of the analysed code (only of the extractor),
+ // However, we do not know the minor version of the analyzed code (only of the extractor),
74
// so we only alert on Python 2.
75
major_version() = 2
76
select call, "Call to next() in a generator"
0 commit comments