Skip to content

Commit 9670ccf

Browse files
committed
Add missing closing paren
1 parent 84bb7bf commit 9670ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/python/python.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"sorted", "staticmethod", "str", "sum", "super", "tuple",
3333
"type", "vars", "zip", "__import__", "NotImplemented",
3434
"Ellipsis", "__debug__"];
35-
CodeMirror.registerHelper("hintWords", "python", commonKeywords.concat(commonBuiltins).concat(["exec", "print"]);
35+
CodeMirror.registerHelper("hintWords", "python", commonKeywords.concat(commonBuiltins).concat(["exec", "print"]));
3636

3737
function top(state) {
3838
return state.scopes[state.scopes.length - 1];

0 commit comments

Comments
 (0)