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 b6a4f43 commit f8281b4Copy full SHA for f8281b4
python/ql/lib/semmle/python/ApiGraphs.qll
@@ -358,7 +358,7 @@ module API {
358
/**
359
* Gets the number of positional arguments of this call.
360
*
361
- * Note: This is used for `WithArity[<n>]` in modeling-as-data, where we thought
+ * Note: This is used for `WithArity[<n>]` in modeling-as-data, where we thought
362
* including keyword arguments didn't make much sense.
363
*/
364
int getNumArgument() { result = count(this.getArg(_)) }
0 commit comments