We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bb7bf commit 9670ccfCopy full SHA for 9670ccf
mode/python/python.js
@@ -32,7 +32,7 @@
32
"sorted", "staticmethod", "str", "sum", "super", "tuple",
33
"type", "vars", "zip", "__import__", "NotImplemented",
34
"Ellipsis", "__debug__"];
35
- CodeMirror.registerHelper("hintWords", "python", commonKeywords.concat(commonBuiltins).concat(["exec", "print"]);
+ CodeMirror.registerHelper("hintWords", "python", commonKeywords.concat(commonBuiltins).concat(["exec", "print"]));
36
37
function top(state) {
38
return state.scopes[state.scopes.length - 1];
0 commit comments