Skip to content

Commit 298fc15

Browse files
DOC: Fix the description of the 'day' field accessor in the DatetimeArray class (#31490)
1 parent cd0c38c commit 298fc15

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
@@ -1262,7 +1262,7 @@ def date(self):
12621262
"day",
12631263
"D",
12641264
"""
1265-
The month as January=1, December=12.
1265+
The day of the datetime.
12661266
""",
12671267
)
12681268
hour = _field_accessor(

0 commit comments

Comments
 (0)