Skip to content

Commit 94006a4

Browse files
author
Nick Pentreath
committed
Fix doc indent
1 parent 07808fc commit 94006a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyspark/mllib/linalg/distributed.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def multiply(self, matrix):
375375
Multiply this matrix by a local dense matrix on the right.
376376
377377
:param matrix: a local dense matrix whose number of rows must match the number of columns
378-
of this matrix
378+
of this matrix
379379
:returns: :py:class:`RowMatrix`
380380
381381
>>> rm = RowMatrix(sc.parallelize([[0, 1], [2, 3]]))
@@ -707,7 +707,7 @@ def multiply(self, matrix):
707707
Multiply this matrix by a local dense matrix on the right.
708708
709709
:param matrix: a local dense matrix whose number of rows must match the number of columns
710-
of this matrix
710+
of this matrix
711711
:returns: :py:class:`IndexedRowMatrix`
712712
713713
>>> mat = IndexedRowMatrix(sc.parallelize([(0, (0, 1)), (1, (2, 3))]))

0 commit comments

Comments
 (0)