##// END OF EJS Templates
Fix one more deprecated trait type vs. instance case
Jason Grout -
Show More
@@ -24,7 +24,7 b' class LaTeXTool(SingletonConfigurable):'
24 return get_config()
24 return get_config()
25
25
26 backends = List(
26 backends = List(
27 Unicode, ["matplotlib", "dvipng"],
27 Unicode(), ["matplotlib", "dvipng"],
28 help="Preferred backend to draw LaTeX math equations. "
28 help="Preferred backend to draw LaTeX math equations. "
29 "Backends in the list are checked one by one and the first "
29 "Backends in the list are checked one by one and the first "
30 "usable one is used. Note that `matplotlib` backend "
30 "usable one is used. Note that `matplotlib` backend "
General Comments 0
You need to be logged in to leave comments. Login now