Skip to content

Commit 26bdb9a

Browse files
committed
Python: ObjAPI to ValAPI: WrongNumArgsInCall: Exceptions.qll: Removes extraneous spaces in comments
1 parent bbe7314 commit 26bdb9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/semmle/python/types/Exceptions.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class RaisingNode extends ControlFlowNode {
3434

3535
/**
3636
* Gets the type of an exception that may be raised
37-
* at this control flow node
37+
* at this control flow node
3838
*/
3939
ClassObject getARaisedType_objectapi() {
4040
result = this.localRaisedType_objectapi()
@@ -46,7 +46,7 @@ class RaisingNode extends ControlFlowNode {
4646

4747
/**
4848
* Gets the type of an exception that may be raised
49-
* at this control flow node
49+
* at this control flow node
5050
*/
5151
ClassValue getARaisedType() {
5252
result = this.localRaisedType()

0 commit comments

Comments
 (0)