Skip to content

Commit 43d5afe

Browse files
committed
Rename script language to simply "Jython"
To differentiate from true Python: https://github.com/scijava/scripting-python/
1 parent a12807d commit 43d5afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/plugins/scripting/jython/JythonScriptLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* @author Mark Hiner
5151
* @see ScriptEngine
5252
*/
53-
@Plugin(type = ScriptLanguage.class, name = "Python (Jython)")
53+
@Plugin(type = ScriptLanguage.class, name = "Jython")
5454
public class JythonScriptLanguage extends AdaptedScriptLanguage {
5555

5656
@Parameter

0 commit comments

Comments
 (0)