Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
failling doctest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno-TT authored and dimpase committed Jan 6, 2023
1 parent 3efbf29 commit ce4e9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/operation_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ def color_table(self, element_names=True, cmap=gist_rainbow, **options):
sage: from sage.matrix.operation_table import OperationTable
sage: OT = OperationTable(SymmetricGroup(3), operation=operator.mul)
sage: OT.color_table()
Launched png viewer for Graphics object consisting of 37 graphics primitives
Graphics object consisting of 37 graphics primitives
"""

Expand Down

0 comments on commit ce4e9af

Please sign in to comment.