Skip to content

Commit 63d1205

Browse files
committed
DOC: Fix copy-pasted name in .day_name docstring
1 parent 6b83df9 commit 63d1205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ def day_name(self, locale=None):
826826
827827
Returns
828828
-------
829-
month_names : Index
829+
day_names : Index
830830
Index of day names
831831
832832
.. versionadded:: 0.23.0

0 commit comments

Comments
 (0)