Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8281b4

Browse files
committed
autoformat
1 parent b6a4f43 commit f8281b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)