Skip to content

Commit 56f3886

Browse files
authored
Merge pull request #17 from scijava/Rename_language_to_Python_(Jython)
rename supported language to Python (Jython)
2 parents 4730557 + d162848 commit 56f3886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/plugins/scripteditor/jython/JythonLanguageSupportPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public JythonLanguageSupportPlugin() {
5959

6060
@Override
6161
public String getLanguageName() {
62-
return "python";
62+
return "Python (Jython)";
6363
}
6464

6565
@Override

0 commit comments

Comments
 (0)