Python: fix non-US spelling

This commit is contained in:
Rasmus Lerchedahl Petersen
2022-09-07 09:30:42 +02:00
parent 5fc1bbc8c5
commit 0cfb49102b

View File

@@ -70,7 +70,7 @@ where
// PEP 479 removes this concern from 3.7 onwards
// see: https://peps.python.org/pep-0479/
//
// 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),
// so we only alert on Python 2.
major_version() = 2
select call, "Call to next() in a generator"