Skip to content

Commit

Permalink
Fix bad LaTeX in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmans committed Mar 15, 2024
1 parent d9c027f commit fac881d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diamond/diamond.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ def hirzebruch(self):
return self.polynomial.subs(x=-1)

def homological_unit(self):
r"""Dimensions of $\\mathrm{H}^\bullet(X,O_X)$
r"""Dimensions of $\\mathrm{H}^\\bullet(X,\\mathcal{O}_X)$
A notion introduced by Abuaf.
"""
Expand Down

0 comments on commit fac881d

Please sign in to comment.