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

Skip to content

Commit 3c7d9c3

Browse files
committed
Python: Fix typo
1 parent f6e1ea5 commit 3c7d9c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/semmle/python/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module API {
8888
* Gets a node representing the result of the function represented by this node.
8989
*
9090
* This predicate may have multiple results when there are multiple invocations of this API component.
91-
* Consider using `getACall()` if there is a need to distingiush between individual calls.
91+
* Consider using `getACall()` if there is a need to distinguish between individual calls.
9292
*/
9393
Node getReturn() { result = getASuccessor(Label::return()) }
9494

0 commit comments

Comments
 (0)