Python: Fix typo

This commit is contained in:
Taus Brock-Nannestad
2021-02-04 18:33:50 +01:00
parent f6e1ea5b2a
commit 3c7d9c3c4b

View File

@@ -88,7 +88,7 @@ module API {
* Gets a node representing the result of the function represented by this node.
*
* This predicate may have multiple results when there are multiple invocations of this API component.
* Consider using `getACall()` if there is a need to distingiush between individual calls.
* Consider using `getACall()` if there is a need to distinguish between individual calls.
*/
Node getReturn() { result = getASuccessor(Label::return()) }