Skip to content

Commit a08253b

Browse files
committed
Python: Fix typo
1 parent a8a7a59 commit a08253b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/ImportResolution.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ module ImportResolution {
242242
module_reexport(p, attr_name, m)
243243
)
244244
or
245-
// Submodules that are implicitly defined whith relative imports of the form `from .foo import ...`.
245+
// Submodules that are implicitly defined with relative imports of the form `from .foo import ...`.
246246
// In practice, we create a definition for each module in a package, even if it is not imported.
247247
exists(string submodule, Module package |
248248
SsaSource::init_module_submodule_defn(result.asVar().getSourceVariable(),

0 commit comments

Comments
 (0)