diff options
Diffstat (limited to 'numpy/doc/constants.py')
-rw-r--r-- | numpy/doc/constants.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py index 0a6989e7e..128493d90 100644 --- a/numpy/doc/constants.py +++ b/numpy/doc/constants.py @@ -135,10 +135,6 @@ add_newdoc('numpy', 'newaxis', """ A convenient alias for None, useful for indexing arrays. - See Also - -------- - numpy.doc.indexing - Examples -------- >>> newaxis is None |