Skip to content

Commit e8c2317

Browse files
gvwilsonemilykl
andauthored
Update plotly/io/_orca.py
Co-authored-by: Emily KL <[email protected]>
1 parent b08050c commit e8c2317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/io/_orca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def mathjax(self):
604604
"""
605605
return self._props.get(
606606
"mathjax",
607-
("https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js"),
607+
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js",
608608
)
609609

610610
@mathjax.setter

0 commit comments

Comments
 (0)