# HG changeset patch # User Paul Boddie # Date 1422621057 -3600 # Node ID 9e3d700236912f74745674dd82339611bfc2f84b # Parent 3843cea8ea988ae3168bfba73cabd963a480947b Fixed comment. diff -r 3843cea8ea98 -r 9e3d70023691 imiptools/period.py --- a/imiptools/period.py Thu Jan 29 23:45:13 2015 +0100 +++ b/imiptools/period.py Fri Jan 30 13:30:57 2015 +0100 @@ -205,7 +205,8 @@ start_of_day = get_start_of_day(point) this_date = point.date() - # For each new day, create a partition of the original collection. + # For each new day, add a slot for the start of the day where periods + # are active and where no such slot already exists. if this_date != current_date: current_date = this_date