File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
python/ql/src/semmle/python Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ module API {
274274 * this node, it is reachable via `moduleImport("foo").getMember("bar").getMember("baz")` and
275275 * thus `fbb.quux` is reachable via the path mentioned above.
276276 *
277- * When we see `from foo.bar.baz import quux as fbb ` a similar thing happens. First, `foo.bar.baz`
277+ * When we see `from foo.bar.baz import quux as fbbq ` a similar thing happens. First, `foo.bar.baz`
278278 * is seen as a use of the API graph node as before. Then `import quux as fbbq` is seen as
279279 * a member lookup of `quux` on the API graph node for `foo.bar.baz`, and then finally the
280280 * data-flow node `fbbq` is marked as a use of the same path mentioned above.
You can’t perform that action at this time.
0 commit comments