From d24b916ef8dd36c48f3b808165e168dca7e595d5 Mon Sep 17 00:00:00 2001 From: Alejandro Hall Date: Fri, 31 Jan 2020 12:00:23 +0100 Subject: [PATCH] DOC: Fix the description of the 'day' field accessor in the DatetimeArray class --- pandas/core/arrays/datetimes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/arrays/datetimes.py b/pandas/core/arrays/datetimes.py index 4b6b54cce64ec..5888600d2fa8e 100644 --- a/pandas/core/arrays/datetimes.py +++ b/pandas/core/arrays/datetimes.py @@ -1262,7 +1262,7 @@ def date(self): "day", "D", """ - The month as January=1, December=12. + The day of the datetime. """, ) hour = _field_accessor(