Skip to content

Commit 645df93

Browse files
committed
typos
1 parent fa3b9eb commit 645df93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/ulab/__init__.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,14 +284,14 @@ much more efficient than expressing the same operation as a Python loop.
284284
.. method:: eig(m)
285285

286286
:param m: a square matrix
287-
:return tuple (eigenvectors, eigenvaues):
287+
:return tuple (eigenvectors, eigenvalues):
288288

289289
Computes the eigenvalues and eigenvectors of a square matrix
290290

291291

292292
.. method:: eye(size, \*, dtype=float)
293293

294-
:param int: size - The number of rows and colums in the matrix
294+
:param int: size - The number of rows and columns in the matrix
295295

296296
Returns a square matrix with all the diagonal elements set to 1 and all
297297
other elements set to 0

0 commit comments

Comments
 (0)