Skip to content

Commit c5986c5

Browse files
committed
Renames typeErrorType to typeError
1 parent 2270c6c commit c5986c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/objects/ObjectAPI.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ module ClassValue {
745745
}
746746

747747
/** Get the `ClassValue` for the `TypeError` class */
748-
ClassValue typeErrorType() {
748+
ClassValue typeError() {
749749
result = TBuiltinClassObject(Builtin::special("TypeError"))
750750
}
751751

0 commit comments

Comments
 (0)