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 f3fc56a commit 35d9005Copy full SHA for 35d9005
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 verison with least chance of collision (4) .
+ // For now it uses data flow, so we pick the version 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