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 d19d37b commit f3fc56aCopy full SHA for f3fc56a
python/ql/lib/semmle/python/frameworks/Stdlib.qll
@@ -1544,7 +1544,7 @@ private module StdlibPrivate {
1544
private import semmle.python.RegexTreeView
1545
1546
// TODO: This module should be refactored once API graphs are more expressive.
1547
- // For now it uses data flow, so we pick the verion with least change of collision (4) .
+ // For now it uses data flow, so we pick the verison with least chance of collision (4) .
1548
/** A configuration for finding uses of compiled regexes. */
1549
class RegexDefinitionConfiguration extends DataFlow4::Configuration {
1550
RegexDefinitionConfiguration() { this = "RegexDefinitionConfiguration" }
0 commit comments