Skip to content

Commit 0cfb491

Browse files
committed
Python: fix non-US spelling
1 parent 5fc1bbc commit 0cfb491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Exceptions/UnguardedNextInGenerator.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ where
7070
// PEP 479 removes this concern from 3.7 onwards
7171
// see: https://peps.python.org/pep-0479/
7272
//
73-
// However, we do not know the minor version of the analysed code (only of the extractor),
73+
// However, we do not know the minor version of the analyzed code (only of the extractor),
7474
// so we only alert on Python 2.
7575
major_version() = 2
7676
select call, "Call to next() in a generator"

0 commit comments

Comments
 (0)