We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a7a59 commit a08253bCopy full SHA for a08253b
python/ql/lib/semmle/python/dataflow/new/internal/ImportResolution.qll
@@ -242,7 +242,7 @@ module ImportResolution {
242
module_reexport(p, attr_name, m)
243
)
244
or
245
- // Submodules that are implicitly defined whith relative imports of the form `from .foo import ...`.
+ // Submodules that are implicitly defined with relative imports of the form `from .foo import ...`.
246
// In practice, we create a definition for each module in a package, even if it is not imported.
247
exists(string submodule, Module package |
248
SsaSource::init_module_submodule_defn(result.asVar().getSourceVariable(),
0 commit comments