Skip to content

Commit

Permalink
errors in the documentation just wouldn't disappear
Browse files Browse the repository at this point in the history
  • Loading branch information
v923z committed Oct 19, 2019
1 parent 2874eb5 commit e65e98f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/manual/source/ulab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1730,10 +1730,9 @@ signature is
eye(N, M, k=0, dtype=float)
where ``N`` (``M``) specify the dimensions of the matrix (if only ``N``
is supplied, then we get a square matrix, otherwise one with ``N`` rows,
and ``M`` columns), whether the ones are in the main diagonal (``k=0``),
or in another diagonal that is shifted by ``k`` positions. Here are a
couple of examples.
is supplied, then we get a square matrix, otherwise one with ``M`` rows,
and ``N`` columns), and ``k`` is the shift of the ones (the main
diagonal corresponds to ``k=0``). Here are a couple of examples.

With a single argument
~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/ulab-manual.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@
"```python\n",
"eye(N, M, k=0, dtype=float)\n",
"```\n",
"where `N` (`M`) specify the dimensions of the matrix (if only `N` is supplied, then we get a square matrix, otherwise one with `N` rows, and `M` columns), whether the ones are in the main diagonal (`k=0`), or in another diagonal that is shifted by `k` positions. Here are a couple of examples."
"where `N` (`M`) specify the dimensions of the matrix (if only `N` is supplied, then we get a square matrix, otherwise one with `M` rows, and `N` columns), and `k` is the shift of the ones (the main diagonal corresponds to `k=0`). Here are a couple of examples."
]
},
{
Expand Down

0 comments on commit e65e98f

Please sign in to comment.