10000 Merge pull request #18379 from anntzer/mnd · numpy/numpy@3823775 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3823775

Browse files
authored
Merge pull request #18379 from anntzer/mnd
DOC: Fix docstring of _median_nancheck.
2 parents 3f3e604 + 3cb10bc commit 3823775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/lib/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,8 +1015,8 @@ def _median_nancheck(data, result, axis, out):
10151015
Input data to median function
10161016
result : Array or MaskedArray
10171017
Result of median function
1018-
axis : {int, sequence of int, None}, optional
1019-
Axis or axes along which the median was computed.
1018+
axis : int
1019+
Axis along which the median was computed.
10201020
out : ndarray, optional
10211021
Output array in which to place the result.
10221022
Returns

0 commit comments

Comments
 (0)
0