Skip to content

Commit 3655514

Browse files
committed
Fix ambiguity
1 parent b672197 commit 3655514

File tree

1 file changed

+1
-2
lines changed
  • python/ql/src/experimental/semmle/python/frameworks

1 file changed

+1
-2
lines changed

python/ql/src/experimental/semmle/python/frameworks/Stdlib.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ private module Re {
4646
}
4747

4848
/**
49-
* A class to find `re` methods immediately executing an expression from a
50-
* compiled expression by `re.compile`.
49+
* A class to find `re` methods immediately executing a compiled expression by `re.compile`.
5150
*
5251
* See `RegexExecutionMethods`
5352
*

0 commit comments

Comments
 (0)