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

Commit

Permalink
minor documentation addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandstorm831 committed Jan 5, 2023
1 parent 84f02af commit f0f4fc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sage/matrix/matrix2.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -5213,6 +5213,11 @@ cdef class Matrix(Matrix1):

sage: image(B) == B.row_module()
True

::

sage: image(B) = B.column_module()
True
"""
return self.row_module()

Expand Down

0 comments on commit f0f4fc6

Please sign in to comment.