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

Commit

Permalink
Rephrase documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Jan 7, 2015
1 parent e3d7bbd commit 810a889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/matrix/matrix1.pyx
Expand Up @@ -1117,7 +1117,8 @@ cdef class Matrix(matrix0.Matrix):
###########################################################################
def stack(self, bottom, subdivide=False):
r"""
Return the matrix ``self`` on top of ``bottom``::
Return a new matrix formed by appending the matrix (or vector)
``bottom`` below ``self``::
[ self ]
[ bottom ]
Expand Down Expand Up @@ -1158,7 +1159,6 @@ cdef class Matrix(matrix0.Matrix):
:func:`~sage.matrix.constructor.block_diagonal_matrix`
useful and simpler in some instances.
EXAMPLES:
Stacking with a matrix. ::
Expand Down

0 comments on commit 810a889

Please sign in to comment.