diff options
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 711c25e42..e34d98ae0 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -4925,12 +4925,9 @@ add_newdoc('numpy.lib.index_tricks', 'mgrid', See Also -------- - numpy.lib.index_tricks.nd_grid : - class of `ogrid` and `mgrid` objects - ogrid : - like mgrid but returns open (not fleshed out) mesh grids - - `r_` : array concatenator + numpy.lib.index_tricks.nd_grid : class of `ogrid` and `mgrid` objects + ogrid : like mgrid but returns open (not fleshed out) mesh grids + r_ : array concatenator Examples -------- |