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

Skip to content

Commit ebfb1fa

Browse files
committed
Python: Autoformat
1 parent 56515c5 commit ebfb1fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ module API {
196196
/** Gets the root node. */
197197
Root root() { any() }
198198

199-
/**
200-
* Gets a node corresponding to an import of module `m`.
199+
/**
200+
* Gets a node corresponding to an import of module `m`.
201201
*
202202
* Note: You should only use this predicate for top level modules. If you want nodes corresponding to a submodule,
203-
* you should use `.getMember` on the parent module. For example, for nodes corresponding to the module `foo.bar`,
203+
* you should use `.getMember` on the parent module. For example, for nodes corresponding to the module `foo.bar`,
204204
* use `moduleImport("foo").getMember("bar")`.
205205
*/
206206
Node moduleImport(string m) { result = Impl::MkModuleImport(m) }

0 commit comments

Comments
 (0)