Python: Fix comment based on review.

This commit is contained in:
Taus Brock-Nannestad
2020-03-16 12:49:46 +01:00
parent 81f6877727
commit 5579dfb976

View File

@@ -3,7 +3,7 @@ import Util
import semmle.python.pointsto.PointsTo
import semmle.python.objects.ObjectInternal
/* Ideally, this test should return _no_ results. */
/* This test should return _no_ results. */
predicate relevant_node(ControlFlowNode n) {
exists(CallNode c |