Skip to content

Commit df1c295

Browse files
authored
Updated docstrings for missing description
pandas-dev pandas-dev#28792
1 parent 34f8cc9 commit df1c295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimelike.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ def mean(self, skipna=True):
14651465
14661466
See Also
14671467
--------
1468-
numpy.ndarray.mean
1468+
numpy.ndarray.mean : Returns the average of the array elements along given axis.
14691469
Series.mean : Return the mean value in a Series.
14701470
14711471
Notes

0 commit comments

Comments
 (0)