# HG changeset patch # User Paul Boddie # Date 1297988776 -3600 # Node ID e6d7b25504c3e4609760044ec9e20183c8d4ff6f # Parent cbc55e9d19865b34ba8747a1ba3b3c6a412e6ac2 Fixed docstring. diff -r cbc55e9d1986 -r e6d7b25504c3 EventAggregatorSupport.py --- a/EventAggregatorSupport.py Thu Feb 17 01:15:36 2011 +0100 +++ b/EventAggregatorSupport.py Fri Feb 18 01:26:16 2011 +0100 @@ -1193,7 +1193,7 @@ def day_update(self, n=1): - "Return the month updated by 'n' months." + "Return the month updated by 'n' days." delta = datetime.timedelta(n) dt = datetime.date(*self.as_tuple()[:3])