]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/misc.py
COPYING,LICENSE: add (AGPL-3.0+)
[sage.d.git] / mjo / misc.py
index 28113b6473d871eb0cd3a9abb6b104be5df01a19..1b3a5a94090bb2bfa7120d355d3f25683c2116f2 100644 (file)
@@ -4,9 +4,10 @@ Stuff that doesn't fit anywhere else.
 
 from sage.all import *
 
+
 def legend_latex(obj):
     """
-    Return the LaTeX representation of `obj`, but wrap it in dollar
+    Return the LaTeX representation of ``obj``, but wrap it in dollar
     ($) signs so that we can pass it directly to plot() et al. as a
     legend label.
     """