Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmans committed Mar 15, 2024
1 parent 9829c5f commit d9c027f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diamond/diamond.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ class HodgeDiamond(Element):
#: variables in the polynomial ring for Hodge-Poincaré polynomials
x, y = R.gens()

#: static configuration variable for pretty-printing, see `HodgeDiamond.pprint`
#: static configuration variable for pretty-printing, see :func:`HodgeDiamond.pprint`
hide_zeroes = None
#: static configuration variable for pretty-printing, see `HodgeDiamond.pprint`
#: static configuration variable for pretty-printing, see :func:`HodgeDiamond.pprint`
quarter = None

def __init__(self, parent, m):
Expand Down

0 comments on commit d9c027f

Please sign in to comment.