We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4b189 commit 78370cfCopy full SHA for 78370cf
python/ql/src/experimental/semmle/python/frameworks/Stdlib.qll
@@ -58,7 +58,7 @@ private module Re {
58
* This class will identify that `re.compile` compiles `input` and afterwards
59
* executes `re`'s `match`. As a result, `this` will refer to `pattern.match(s)`
60
* and `this.getRegexNode()` will return the node for `input` (`re.compile`'s first argument)
61
- *
+ *
62
*
63
* See `RegexExecutionMethods`
64
0 commit comments