Commit 38518d35 authored by Vincent Pelletier's avatar Vincent Pelletier

Add comment about imprecise word.

parent 2046bf0d
...@@ -780,7 +780,7 @@ period_parser = { ...@@ -780,7 +780,7 @@ period_parser = {
timedelta(seconds=3600 * 25), timedelta(seconds=3600 * 25),
lambda x: x, lambda x: x,
), ),
'week': ( 'week': ( # XXX: should be "7 days", but a single word is more convenient
_as6HourString, _as6HourString,
_hourAsWeekString, _hourAsWeekString,
'6 hours', '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