Python: Fix typo in QLDoc

Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
Taus
2020-10-19 23:51:38 +02:00
committed by GitHub
parent 7755993dd3
commit f5ec548e68

View File

@@ -514,7 +514,7 @@ predicate jumpStep(Node nodeFrom, Node nodeTo) {
}
/**
* Holds if the module `m` defines a name `name` that by assigning `defn` to it. This is an
* Holds if the module `m` defines a name `name` by assigning `defn` to it. This is an
* overapproximation, as `name` may not in fact be exported (e.g. by defining an `__all__` that does
* not include `name`).
*/