Skip to content

Commit 7ed7e6c

Browse files
committed
fix docstring formatting
1 parent ed974b6 commit 7ed7e6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/matrix/operation_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,7 @@ def color_table(self, element_names=True, cmap=gist_rainbow_copy, **options):
970970
- ``**options`` - passed on to matrix_plot call
971971
972972
EXAMPLES::
973+
973974
sage: from sage.matrix.operation_table import OperationTable
974975
sage: OTa = OperationTable(SymmetricGroup(3), operation=operator.mul)
975976
sage: OTa.color_table()

0 commit comments

Comments
 (0)