Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb077be commit 1f8e7c3Copy full SHA for 1f8e7c3
1 file changed
python/ql/lib/semmle/python/frameworks/data/internal/ApiGraphModels.qll
@@ -299,7 +299,7 @@ private class AccessPathRange extends AccessPath::Range {
299
bindingset[token]
300
API::Node getSuccessorFromNode(API::Node node, AccessPathToken token) {
301
// API graphs use the same label for arguments and parameters. An edge originating from a
302
- // use-node represents be an argument, and an edge originating from a def-node represents a parameter.
+ // use-node represents an argument, and an edge originating from a def-node represents a parameter.
303
// We just map both to the same thing.
304
token.getName() = ["Argument", "Parameter"] and
305
result = node.getParameter(AccessPath::parseIntUnbounded(token.getAnArgument()))
0 commit comments