Skip to content

Commit 21c5e8b

Browse files
authored
Fix Codemirror Python Version
1 parent 7de2148 commit 21c5e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PythonBuddy/static/js/javascript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $(document).ready(function() {
100100
var editor = CodeMirror.fromTextArea(document.getElementById("txt"), {
101101
mode: {
102102
name: "python",
103-
version: 2,
103+
version: 3,
104104
singleLineStringErrors: false
105105
},
106106
lineNumbers: true,

0 commit comments

Comments
 (0)