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