Skip to content

Commit 4e80abb

Browse files
committed
Python: Fixup wording in comment
where you place a not is not without significance :D
1 parent befe73d commit 4e80abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/test/3/query-tests/Statements/iter/supress_uses_from_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This example illustrates that all valid results are not useful.
2-
# The alert in this file should be suppressed (TODO).
1+
# This example illustrates that not all valid results are useful.
2+
# The alert in this file should be suppressed.
33
# see https://github.com/Semmle/ql/issues/3207
44

55
def foo(l):

0 commit comments

Comments
 (0)