Skip to content

Commit 8e21a65

Browse files
committed
Reword warning
1 parent 1eaaf7d commit 8e21a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

analytix/queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def validate(self) -> None:
133133
if self._start_date.day != 1 or self._end_date.day != 1:
134134
log.warning(
135135
"Correcting start and end dates -- if 'month' is passed as a "
136-
"dimension, the day should always be 1"
136+
"dimension, these should always be the first day of the month"
137137
)
138138
self._start_date = dt.date(
139139
self._start_date.year, self._start_date.month, 1

0 commit comments

Comments
 (0)