summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorMark Wiebe <mwwiebe@gmail.com>2011-08-16 09:07:16 -0700
committerCharles Harris <charlesr.harris@gmail.com>2011-08-27 07:26:54 -0600
commit99a21efff4b1f2292dc370c7c9c7c58f10385f2a (patch)
treec1526f43815ade40b38e22e63ee01341b36dff84 /numpy/add_newdocs.py
parent91e94e925764177637bc17465404a75b16c35701 (diff)
downloadnumpy-99a21efff4b1f2292dc370c7c9c7c58f10385f2a.tar.gz
ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to always return a view
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 95379d611..d992a7122 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -3252,7 +3252,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('diagonal',
Return specified diagonals.
- Refer to `numpy.diagonal` for full documentation.
+ Refer to :func:`numpy.diagonal` for full documentation.
See Also
--------