Skip to content

Commit

Permalink
Update spacing in doctest from review.
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Köppe <[email protected]>
  • Loading branch information
tscrim and mkoeppe committed Apr 9, 2024
1 parent 1fe570c commit a01b42a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def normalizer_basis(self, S):
sage: L.normalizer_basis(L)
Finite family {'a': a, 'b': b, 'c': c, 'd': d, 'e': e}
sage: L.normalizer_basis([a,b,c,a,d+e,a+e])
sage: L.normalizer_basis([a, b, c, a, d + e, a + e])
Finite family {'a': a, 'b': b, 'c': c, 'd': d, 'e': e}
"""
from sage.matrix.constructor import matrix
Expand Down

0 comments on commit a01b42a

Please sign in to comment.