Skip to content

Commit

Permalink
DOC: Add missing word (scipy#9144)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbystk authored and tylerjereddy committed Aug 16, 2018
1 parent 28636fb commit d2ace7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/tutorial/linalg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ and ``numpy.ndarray`` here.

``numpy.matrix`` is matrix class that has a more convenient interface
than ``numpy.ndarray`` for matrix operations. This class supports for
example MATLAB-like creation syntax via the, has matrix multiplication
as default for the ``*`` operator, and contains ``I`` and ``T`` members
that serve as shortcuts for inverse and transpose:
example MATLAB-like creation syntax via the semicolon, has matrix
multiplication as default for the ``*`` operator, and contains ``I``
and ``T`` members that serve as shortcuts for inverse and transpose:

>>> import numpy as np
>>> A = np.mat('[1 2;3 4]')
Expand Down

0 comments on commit d2ace7c

Please sign in to comment.