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 b7d7a1b commit 07dc8b0Copy full SHA for 07dc8b0
src/main/java/org/scijava/plugins/scripting/jython/JythonScriptLanguage.java
@@ -52,7 +52,7 @@
52
* @author Mark Hiner
53
* @see ScriptEngine
54
*/
55
-@Plugin(type = ScriptLanguage.class, name = "Jython")
+@Plugin(type = ScriptLanguage.class, name = "Python (Jython)")
56
public class JythonScriptLanguage extends AdaptedScriptLanguage {
57
58
@Parameter
0 commit comments