# HG changeset patch # User Paul Boddie # Date 1431799349 -7200 # Node ID 0466701e758238a6d49abb4d7824102065e67ae5 # Parent 0b5300217dd2f3313254f5ead46c37954fb8b101 Corrected docstring. diff -r 0b5300217dd2 -r 0466701e7582 imiptools/period.py --- a/imiptools/period.py Sat May 16 20:02:09 2015 +0200 +++ b/imiptools/period.py Sat May 16 20:02:29 2015 +0200 @@ -526,7 +526,7 @@ def get_spans(slots): - "Inspect the given 'slots', returning a mapping of event uids to spans." + "Inspect the given 'slots', returning a mapping of period keys to spans." points = [point for point, active in slots] spans = {}