Python: Minor QLDoc fix

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2023-01-17 10:25:19 +01:00
committed by Rasmus Wriedt Larsen
parent 690a09d9b6
commit 7c242b1409

View File

@@ -24,7 +24,7 @@
* any special logic that requires an AST call to be made before we care to figure out
* what callable this call might end up targeting.
*
* Specifically this means that we cannot use type-backtrackes from the function of a
* Specifically this means that we cannot use type-backtrackers from the function of a
* `CallNode`, since there is no `CallNode` to backtrack from for `func` in the example
* above.
*