# HG changeset patch # User Paul Boddie # Date 1505254164 -7200 # Node ID 19a3de939b452ca3759ce9fcd201582024cdf2a7 # Parent 34a0d4735e9bb7d18e741225a9401ecf266ffd24 Fixed docstring. diff -r 34a0d4735e9b -r 19a3de939b45 imipweb/event.py --- a/imipweb/event.py Tue Sep 12 23:02:29 2017 +0200 +++ b/imipweb/event.py Wed Sep 13 00:09:24 2017 +0200 @@ -1039,8 +1039,9 @@ def get_removed_periods(self, periods): """ - Return those from the recurrence 'periods' to remove upon updating an - event along with those to exclude in a tuple of the form (unscheduled, + From the recurrence 'periods' and information provided in the request, + return the remaining active periods, the periods to unschedule, and the + periods to exclude, in a tuple of the form (active, unscheduled, excluded). """