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

This commit is contained in:
yoff
2021-05-10 14:53:40 +02:00
committed by GitHub
parent bd4b189373
commit 78370cf63f

View File

@@ -58,7 +58,7 @@ private module Re {
* This class will identify that `re.compile` compiles `input` and afterwards
* executes `re`'s `match`. As a result, `this` will refer to `pattern.match(s)`
* and `this.getRegexNode()` will return the node for `input` (`re.compile`'s first argument)
*
*
*
* See `RegexExecutionMethods`
*