diff --git a/src/plugins/pythoneditor/pythonscanner.cpp b/src/plugins/pythoneditor/pythonscanner.cpp index cc75259903b..9e80f30e6f7 100644 --- a/src/plugins/pythoneditor/pythonscanner.cpp +++ b/src/plugins/pythoneditor/pythonscanner.cpp @@ -202,7 +202,7 @@ FormatToken Scanner::readIdentifier() // List of python built-in functions and objects static const QSet builtins = { - "range", "xrange", "int", "float", "long", "hex", "oct" "chr", "ord", + "range", "xrange", "int", "float", "long", "hex", "oct", "chr", "ord", "len", "abs", "None", "True", "False" };