Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1c522 commit e3b85b1Copy full SHA for e3b85b1
1 file changed
python/ql/lib/semmle/python/Constants.qll
@@ -7,7 +7,7 @@ int major_version() {
7
explicit_major_version(result)
8
or
9
not explicit_major_version(_) and
10
- /* If there is more than one version, prefer 2 for backwards compatibilty */
+ /* If there is more than one version, prefer 2 for backwards compatibility */
11
(if py_flags_versioned("version.major", "2", "2") then result = 2 else result = 3)
12
}
13
0 commit comments