Python: Fix typo

This commit is contained in:
Taus
2022-11-11 14:50:04 +00:00
parent a8a7a59ae8
commit a08253b6d0

View File

@@ -242,7 +242,7 @@ module ImportResolution {
module_reexport(p, attr_name, m)
)
or
// 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 ...`.
// In practice, we create a definition for each module in a package, even if it is not imported.
exists(string submodule, Module package |
SsaSource::init_module_submodule_defn(result.asVar().getSourceVariable(),