# HG changeset patch # User Paul Boddie # Date 1506973362 -7200 # Node ID 6b29d8a60136a5bcaa54e9e5ff39c7497368732b # Parent efac6e749b7e5d1ebc56756d74fe989e65cbc2fe Fixed long-incorrect docstring. diff -r efac6e749b7e -r 6b29d8a60136 imiptools/content.py --- a/imiptools/content.py Mon Oct 02 19:01:22 2017 +0200 +++ b/imiptools/content.py Mon Oct 02 21:42:42 2017 +0200 @@ -103,9 +103,7 @@ """ Handle the given iTIP 'part' using the given 'handlers' dictionary. - - Return a list of responses, each response being a tuple of the form - (outgoing-recipients, message-part). + Responses are set in each handler used to handle a message. """ itip_details = parse_itip_part(part)