Skip to content

Commit 35d9005

Browse files
committed
Python: typo again..
1 parent f3fc56a commit 35d9005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/frameworks/Stdlib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ private module StdlibPrivate {
15441544
private import semmle.python.RegexTreeView
15451545

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

0 commit comments

Comments
 (0)