Skip to content

Commit 9377d36

Browse files
authored
MAINT: Improve _median_nancheck docstring.
1 parent 0dbc9ad commit 9377d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/lib/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ def _median_nancheck(data, result, axis):
10101010
Parameters
10111011
----------
10121012
data : array
1013-
Input data to median function
1013+
Sorted input data to median function
10141014
result : Array or MaskedArray
10151015
Result of median function.
10161016
axis : int

0 commit comments

Comments
 (0)