# HG changeset patch # User souliane # Date 1441863343 -7200 # Node ID 83f71763e1a7ea4d504a445e03ef65f4a48f414d # Parent 91631837ce5cbeffea56996ca92783759944dce0 plugin XEP-0277: clarify a docstring for one complex method argument diff -r 91631837ce5c -r 83f71763e1a7 src/plugins/plugin_xep_0277.py --- a/src/plugins/plugin_xep_0277.py Thu Sep 10 07:33:13 2015 +0200 +++ b/src/plugins/plugin_xep_0277.py Thu Sep 10 07:35:43 2015 +0200 @@ -708,13 +708,13 @@ @param session_id: id of the real-time deferred session @param return (tuple): (remaining, results) where: - remaining is the number of still expected results - - results is a list of tuple with + - results is a list of 5-tuple with - service (unicode): pubsub service - node (unicode): pubsub node - failure (unicode): empty string in case of success, error message else - - items(list): list of items with: + - items(list[tuple(dict, list)]): list of 2-tuple with - item(dict): item microblog data - - comments_list(list): list of comments with + - comments_list(list[tuple]): list of 5-tuple with - service (unicode): pubsub service where the comments node is - node (unicode): comments node - failure (unicode): empty in case of success, else error message