Skip to content

Commit 78370cf

Browse files
authored
Update python/ql/src/experimental/semmle/python/frameworks/Stdlib.qll
1 parent bd4b189 commit 78370cf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private module Re {
5858
* This class will identify that `re.compile` compiles `input` and afterwards
5959
* executes `re`'s `match`. As a result, `this` will refer to `pattern.match(s)`
6060
* and `this.getRegexNode()` will return the node for `input` (`re.compile`'s first argument)
61-
*
61+
*
6262
*
6363
* See `RegexExecutionMethods`
6464
*

0 commit comments

Comments
 (0)