We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eaaf7d commit 8e21a65Copy full SHA for 8e21a65
1 file changed
analytix/queries.py
@@ -133,7 +133,7 @@ def validate(self) -> None:
133
if self._start_date.day != 1 or self._end_date.day != 1:
134
log.warning(
135
"Correcting start and end dates -- if 'month' is passed as a "
136
- "dimension, the day should always be 1"
+ "dimension, these should always be the first day of the month"
137
)
138
self._start_date = dt.date(
139
self._start_date.year, self._start_date.month, 1
0 commit comments