Skip to content

Commit c4bb3c2

Browse files
tausbnRasmusWL
andauthored
Python: Update python/ql/src/semmle/python/ApiGraphs.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 75a43e7 commit c4bb3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ module API {
352352
/** Gets the name of a known built-in. */
353353
private string getBuiltInName() {
354354
// These lists were created by inspecting the `builtins` and `__builtin__` modules in
355-
// Python 2 and 3 respectively, using the `dir` built-in.
355+
// Python 3 and 2 respectively, using the `dir` built-in.
356356
// Built-in functions and exceptions shared between Python 2 and 3
357357
result in [
358358
"abs", "all", "any", "bin", "bool", "bytearray", "callable", "chr", "classmethod",

0 commit comments

Comments
 (0)