Commit 9fd699f5 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove incorrect comment.

Those are really calendar weeks (although starting on monday independently
from locale) as it is less expensive to compute them accurately for table
precision than for graph precision (much fewer dates to convert).
parent 31091fba
......@@ -915,7 +915,7 @@ period_parser = {
# Error margin without correction: (DST) 1/24 = 4%
lambda x: 1,
),
'week': ( # XXX: should be "7 days", but a single word is more convenient
'week': (
_as6HourString,
_hourAsWeekString,
'6 hours',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment