Skip to content

Commit ce4e9af

Browse files
Bruno-TTdimpase
authored andcommitted
failling doctest fix
1 parent 3efbf29 commit ce4e9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/operation_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ def color_table(self, element_names=True, cmap=gist_rainbow, **options):
970970
sage: from sage.matrix.operation_table import OperationTable
971971
sage: OT = OperationTable(SymmetricGroup(3), operation=operator.mul)
972972
sage: OT.color_table()
973-
Launched png viewer for Graphics object consisting of 37 graphics primitives
973+
Graphics object consisting of 37 graphics primitives
974974
975975
"""
976976

0 commit comments

Comments
 (0)