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 75b7f8f commit 0b6bc85Copy full SHA for 0b6bc85
web/ide_injections.js
@@ -27,7 +27,7 @@ function getLispSource(what) {
27
'javascript': 'microalg_export_javascript.l',
28
'malg-export':'microalg_export_microalg.l',
29
'processing': 'microalg_export_processing.l',
30
- 'python': 'microalg_export_python.l',
+ 'python 3': 'microalg_export_python.l',
31
'ti': 'microalg_export_ti.l',
32
'arbretxt': 'microalg_export_arbretxt.l',
33
'arbresvg': 'microalg_export_arbresvg.l',
0 commit comments