Skip to content

Commit f5ec548

Browse files
tausbnyoff
andauthored
Python: Fix typo in QLDoc
Co-authored-by: yoff <lerchedahl@gmail.com>
1 parent 7755993 commit f5ec548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ predicate jumpStep(Node nodeFrom, Node nodeTo) {
514514
}
515515

516516
/**
517-
* Holds if the module `m` defines a name `name` that by assigning `defn` to it. This is an
517+
* Holds if the module `m` defines a name `name` by assigning `defn` to it. This is an
518518
* overapproximation, as `name` may not in fact be exported (e.g. by defining an `__all__` that does
519519
* not include `name`).
520520
*/

0 commit comments

Comments
 (0)