Python: typos

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-09-30 14:39:05 +02:00
parent d19d37bf9b
commit f3fc56a167

View File

@@ -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" }