File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3670,7 +3670,7 @@ cdef class Matrix(Matrix1):
3670
3670
3671
3671
def _right_kernel_matrix_over_number_field(self):
3672
3672
r"""
3673
- Returns a pair that includes a matrix of basis vectors
3673
+ Return a pair that includes a matrix of basis vectors
3674
3674
for the right kernel of ``self``.
3675
3675
3676
3676
OUTPUT:
@@ -3724,7 +3724,7 @@ cdef class Matrix(Matrix1):
3724
3724
3725
3725
def _right_kernel_matrix_over_field(self, *args, **kwds):
3726
3726
r"""
3727
- Returns a pair that includes a matrix of basis vectors
3727
+ Return a pair that includes a matrix of basis vectors
3728
3728
for the right kernel of ``self``.
3729
3729
3730
3730
OUTPUT:
@@ -3870,7 +3870,7 @@ cdef class Matrix(Matrix1):
3870
3870
3871
3871
def _right_kernel_matrix_over_integer_mod_ring(self):
3872
3872
r"""
3873
- Returns a pair that includes a matrix of basis vectors
3873
+ Return a pair that includes a matrix of basis vectors
3874
3874
for the right kernel of ``self``.
3875
3875
3876
3876
OUTPUT:
You can’t perform that action at this time.
0 commit comments