Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4627799

Browse files
tausbnRasmusWL
andauthored
Python: Fix more typos
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent e5ec1e1 commit 4627799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/ql/test/experimental/dataflow/ApiGraphs
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import mypkg.foo as _foo #$ use=moduleImport("mypkg").getMember("foo")
22
import mypkg.bar as _bar #$ use=moduleImport("mypkg").getMember("bar")
3-
print(_foo) #$ use=moduleImport("mypkg").getMember("foo") // <module 'mypkg.bar' ...
3+
print(_foo) #$ use=moduleImport("mypkg").getMember("foo") // <module 'mypkg.foo' ...
44
print(_bar) #$ use=moduleImport("mypkg").getMember("bar") // <module 'mypkg.bar' ...

0 commit comments

Comments
 (0)