# HG changeset patch # User Paul Boddie # Date 1441664629 -7200 # Node ID a679617f46fa74cdb143dadb384d147c93e03995 # Parent 1e82e542a9a7ef39e75b12ac75fe592d6e8d09c5 Added parameter clarification to docstring. diff -r 1e82e542a9a7 -r a679617f46fa imipweb/client.py --- a/imipweb/client.py Tue Sep 08 00:20:03 2015 +0200 +++ b/imipweb/client.py Tue Sep 08 00:23:49 2015 +0200 @@ -38,7 +38,7 @@ Create a full calendar object employing the given 'method', and send it to the appropriate recipients, also sending a copy to the 'sender'. The 'from_organiser' value indicates whether the organiser is sending this - message. + message (and is thus equivalent to "as organiser"). """ parts = parts or [self.obj.to_part(method)]