diff options
author | Matthias Bussonnier <mbussonnier@ucmerced.edu> | 2019-02-13 13:55:33 -0800 |
---|---|---|
committer | Matthias Bussonnier <mbussonnier@ucmerced.edu> | 2019-02-13 13:55:33 -0800 |
commit | d92b736ba04863a7592aefee5da40ca093fe85fe (patch) | |
tree | d0ede51055684efabe8c30b8a951bf1280c7cef9 /numpy/lib/index_tricks.py | |
parent | 1c4ab89870e39be7c4a47258f6d92f532650e5cc (diff) | |
download | numpy-d92b736ba04863a7592aefee5da40ca093fe85fe.tar.gz |
Properly format Return section of ogrid Docstring,
Without the newline and indent, the markup is not interpreted.
Note that in the see-also `np.lib.index_tricks.nd_grid` is reference but
not linked as it appear to not be autogenerated, but this is another
issue.
Diffstat (limited to 'numpy/lib/index_tricks.py')
-rw-r--r-- | numpy/lib/index_tricks.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py index 64c491cfa..648fe9201 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -269,8 +269,9 @@ class OGridClass(nd_grid): the stop value **is inclusive**. Returns - ---------- - mesh-grid `ndarrays` with only one dimension :math:`\\neq 1` + ------- + mesh-grid + `ndarrays` with only one dimension :math:`\\neq 1` See Also -------- |