Skip to content

Commit c028ed7

Browse files
committed
docstring style tweak
1 parent 49f29a1 commit c028ed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/matrix/matrix2.pyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3670,7 +3670,7 @@ cdef class Matrix(Matrix1):
36703670

36713671
def _right_kernel_matrix_over_number_field(self):
36723672
r"""
3673-
Returns a pair that includes a matrix of basis vectors
3673+
Return a pair that includes a matrix of basis vectors
36743674
for the right kernel of ``self``.
36753675

36763676
OUTPUT:
@@ -3724,7 +3724,7 @@ cdef class Matrix(Matrix1):
37243724

37253725
def _right_kernel_matrix_over_field(self, *args, **kwds):
37263726
r"""
3727-
Returns a pair that includes a matrix of basis vectors
3727+
Return a pair that includes a matrix of basis vectors
37283728
for the right kernel of ``self``.
37293729

37303730
OUTPUT:
@@ -3870,7 +3870,7 @@ cdef class Matrix(Matrix1):
38703870

38713871
def _right_kernel_matrix_over_integer_mod_ring(self):
38723872
r"""
3873-
Returns a pair that includes a matrix of basis vectors
3873+
Return a pair that includes a matrix of basis vectors
38743874
for the right kernel of ``self``.
38753875

38763876
OUTPUT:

0 commit comments

Comments
 (0)