Skip to content

Commit

Permalink
Remove superfluous character in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmans committed May 1, 2024
1 parent 0569628 commit 89e51bc
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 @@ -1417,7 +1417,7 @@ def __str__(self) -> str:
sage: from diamond import *
sage: str(HochschildHomology.from_list([1,0,22,0,1]))
' range(-2, 3) [1, 0, 22, 0, 1]\n├──────────────┼──────────────────┤+'
' range(-2, 3) [1, 0, 22, 0, 1]\n├──────────────┼──────────────────┤'
"""
return str(self.pprint())

Expand Down

0 comments on commit 89e51bc

Please sign in to comment.