We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe7314 commit 26bdb9aCopy full SHA for 26bdb9a
python/ql/src/semmle/python/types/Exceptions.qll
@@ -34,7 +34,7 @@ class RaisingNode extends ControlFlowNode {
34
35
/**
36
* Gets the type of an exception that may be raised
37
- * at this control flow node
+ * at this control flow node
38
*/
39
ClassObject getARaisedType_objectapi() {
40
result = this.localRaisedType_objectapi()
@@ -46,7 +46,7 @@ class RaisingNode extends ControlFlowNode {
46
47
48
49
50
51
ClassValue getARaisedType() {
52
result = this.localRaisedType()
0 commit comments