diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-04-17 14:31:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-17 14:31:38 +0200 |
commit | 038337a410cbfcc93ffb2c7d0d9748d0e72c60d9 (patch) | |
tree | a288a7456bc0168a782185fee1634cb4df50342c /numpy/lib/utils.py | |
parent | a1b8d3c1d54d9e6efb79492754f0744be4c8a353 (diff) | |
parent | 0ef6508397fcdd8f2bbace2a0b91a863b1617728 (diff) | |
download | numpy-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.py | 1 |
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 |