mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Python: typos
This commit is contained in:
@@ -1544,7 +1544,7 @@ private module StdlibPrivate {
|
||||
private import semmle.python.RegexTreeView
|
||||
|
||||
// TODO: This module should be refactored once API graphs are more expressive.
|
||||
// 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) .
|
||||
/** A configuration for finding uses of compiled regexes. */
|
||||
class RegexDefinitionConfiguration extends DataFlow4::Configuration {
|
||||
RegexDefinitionConfiguration() { this = "RegexDefinitionConfiguration" }
|
||||
|
||||
Reference in New Issue
Block a user