Skip to content

Commit a667431

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)