Skip to content

Commit 032299b

Browse files
Change ScriptLanuage name to Conda Python 3 to prevent confusion
1 parent aba644e commit 032299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/plugins/scripting/python/PythonScriptLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* @author Karl Duderstadt
4646
* @see ScriptEngine
4747
*/
48-
@Plugin(type = ScriptLanguage.class, name = "Python 3")
48+
@Plugin(type = ScriptLanguage.class, name = "Conda Python 3")
4949
public class PythonScriptLanguage extends AbstractScriptLanguage {
5050

5151
@Override

0 commit comments

Comments
 (0)