Skip to content

Commit a11948b

Browse files
committed
Python: make toString follow member predicate name
1 parent d122a64 commit a11948b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ module API {
10691069

10701070
/** A label that gets the subscript of a sequence/mapping. */
10711071
class LabelSubscript extends ApiLabel, MkLabelSubscript {
1072-
override string toString() { result = "getSubscript()" }
1072+
override string toString() { result = "getASubscript()" }
10731073
}
10741074

10751075
/** A label for entry points. */

0 commit comments

Comments
 (0)