diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-11-14 15:04:01 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-11-14 15:04:01 +0000 |
commit | b8b7c9602346fe21110549d133c17a6500d4986f (patch) | |
tree | 3196fc0ebbdfb383846fcd7181c49e9510420c4a /numpy/add_newdocs.py | |
parent | 5a0e7560e7206f9c0f049d8176eab0f8c0b951c6 (diff) | |
download | numpy-b8b7c9602346fe21110549d133c17a6500d4986f.tar.gz |
Fix misformatted see also section
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 -------- |