summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2021-04-17 14:31:38 +0200
committerGitHub <noreply@github.com>2021-04-17 14:31:38 +0200
commit038337a410cbfcc93ffb2c7d0d9748d0e72c60d9 (patch)
treea288a7456bc0168a782185fee1634cb4df50342c /numpy/lib/utils.py
parenta1b8d3c1d54d9e6efb79492754f0744be4c8a353 (diff)
parent0ef6508397fcdd8f2bbace2a0b91a863b1617728 (diff)
downloadnumpy-038337a410cbfcc93ffb2c7d0d9748d0e72c60d9.tar.gz
Merge pull request #18796 from Carreau/doc-3
DOC: Misc Numpydoc and formatting for proper parsing.
Diffstat (limited to 'numpy/lib/utils.py')
-rw-r--r--numpy/lib/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py
index 24252c834..91e7cb8a3 100644
--- a/numpy/lib/utils.py
+++ b/numpy/lib/utils.py
@@ -1019,6 +1019,7 @@ def _median_nancheck(data, result, axis, out):
Axis along which the median was computed.
out : ndarray, optional
Output array in which to place the result.
+
Returns
-------
median : scalar or ndarray