Skip to content

Commit f8281b4

Browse files
committed
autoformat
1 parent b6a4f43 commit f8281b4

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
@@ -358,7 +358,7 @@ module API {
358358
/**
359359
* Gets the number of positional arguments of this call.
360360
*
361-
* Note: This is used for `WithArity[<n>]` in modeling-as-data, where we thought
361+
* Note: This is used for `WithArity[<n>]` in modeling-as-data, where we thought
362362
* including keyword arguments didn't make much sense.
363363
*/
364364
int getNumArgument() { result = count(this.getArg(_)) }

0 commit comments

Comments
 (0)