Skip to content

Commit d86b502

Browse files
committed
DOC: update numpy/_core/fromnumeric.py
1 parent ce850cd commit d86b502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/fromnumeric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3887,7 +3887,7 @@ def mean(a, axis=None, dtype=None, out=None, keepdims=np._NoValue, *,
38873887
Computing the mean in timedelta64 is available:
38883888
>>> b = np.array([1, 3], dtype="timedelta64[D]")
38893889
>>> np.mean(b)
3890-
2 days
3890+
np.timedelta64(2,'D')
38913891
38923892
Specifying a where argument:
38933893

0 commit comments

Comments
 (0)