Skip to content

Commit 50041f0

Browse files
committed
Python: fix comment
1 parent a411753 commit 50041f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/Module.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ private predicate isNameSpacePackage(Folder f, string name) {
261261
.getName()
262262
.regexpReplaceAll("\\..*", "") and
263263
name != "" and
264-
// no siblibling regular package
265-
// no sibling module
264+
// no sibling regular package
265+
// and no sibling module
266266
not exists(Folder sibling | sibling.getParent() = f.getParent() |
267267
isRegularPackage(sibling.getFolder(name), name)
268268
or

0 commit comments

Comments
 (0)