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

Commit

Permalink
fix docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Dec 19, 2022
1 parent 1f20e6a commit 99bbbf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/matrix/operation_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@ def color_table(self, element_names=True, cmap=gist_rainbow_copy, **options):
- ``**options`` - passed on to matrix_plot call
EXAMPLES::
sage: from sage.matrix.operation_table import OperationTable
sage: OTa = OperationTable(SymmetricGroup(3), operation=operator.mul)
sage: OTa.color_table()
Expand Down

0 comments on commit 99bbbf2

Please sign in to comment.