diff options
| author | Chunlin <fangchunlin@huawei.com> | 2020-04-25 23:33:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-25 10:33:48 -0500 |
| commit | 6ee49178517088966e63c2aedf6a8a5779ad5384 (patch) | |
| tree | 8ea96ee9757724dfb590bf359a90cd2c75196331 /numpy/matrixlib | |
| parent | 6d6df47fefdc503fbcffd8cb14a5daaa956ef220 (diff) | |
| download | numpy-6ee49178517088966e63c2aedf6a8a5779ad5384.tar.gz | |
DOC: Add missing bracket (gh-16051)
Add missing closing brackets, script to generate the list in the PR gh-16051.
Diffstat (limited to 'numpy/matrixlib')
| -rw-r--r-- | numpy/matrixlib/defmatrix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/matrixlib/defmatrix.py b/numpy/matrixlib/defmatrix.py index 12ac74cb2..d1a1211aa 100644 --- a/numpy/matrixlib/defmatrix.py +++ b/numpy/matrixlib/defmatrix.py @@ -802,7 +802,7 @@ class matrix(N.ndarray): ------- ret : matrix object If `self` is non-singular, `ret` is such that ``ret * self`` == - ``self * ret`` == ``np.matrix(np.eye(self[0,:].size)`` all return + ``self * ret`` == ``np.matrix(np.eye(self[0,:].size))`` all return ``True``. Raises |
