Skip to content

Commit

Permalink
Merge pull request #6592 from sriki18/master
Browse files Browse the repository at this point in the history
DOC: Replace 'first' by 'smallest' in mode
  • Loading branch information
rgommers committed Sep 18, 2016
2 parents 5a18a3a + b76659b commit 3ffb810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/stats/stats.py
Expand Up @@ -378,7 +378,7 @@ def mode(a, axis=0, nan_policy='propagate'):
"""
Returns an array of the modal (most common) value in the passed array.
If there is more than one such value, only the first is returned.
If there is more than one such value, only the smallest is returned.
The bin-count for the modal bins is also returned.
Parameters
Expand Down

0 comments on commit 3ffb810

Please sign in to comment.