diff options
author | Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> | 2020-09-04 20:23:42 +0200 |
---|---|---|
committer | Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> | 2020-09-04 20:23:42 +0200 |
commit | 8599fe0abc88f584ee45b54654833cdccefc3cd0 (patch) | |
tree | c57f895f541fc4414a02bd158f4af3aa19a1156a /numpy/doc/constants.py | |
parent | 3dacab0b327a0a289c1bafc2a5744974732794e2 (diff) | |
download | numpy-8599fe0abc88f584ee45b54654833cdccefc3cd0.tar.gz |
Fix docstring cross-referencing
Diffstat (limited to 'numpy/doc/constants.py')
-rw-r--r-- | numpy/doc/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py index 2c629ad33..0a6989e7e 100644 --- a/numpy/doc/constants.py +++ b/numpy/doc/constants.py @@ -137,7 +137,7 @@ add_newdoc('numpy', 'newaxis', See Also -------- - `numpy.doc.indexing` + numpy.doc.indexing Examples -------- |