Python: typo again..

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

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 verison with least chance of collision (4) .
// For now it uses data flow, so we pick the version with least chance of collision (4) .
/** A configuration for finding uses of compiled regexes. */
class RegexDefinitionConfiguration extends DataFlow4::Configuration {
RegexDefinitionConfiguration() { this = "RegexDefinitionConfiguration" }