From 9ece7fdb1c877a1e525d3851ea803c4bcdddba17 Mon Sep 17 00:00:00 2001 From: Pavel Shakhov Date: Mon, 8 Oct 2018 16:36:59 +0300 Subject: [PATCH] Mistake in MessageQueue.__call__'s docstring (#1249) --- telegram/ext/messagequeue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/ext/messagequeue.py b/telegram/ext/messagequeue.py index 946a8dea8..440617923 100644 --- a/telegram/ext/messagequeue.py +++ b/telegram/ext/messagequeue.py @@ -247,7 +247,7 @@ class MessageQueue(object): is_group_msg (:obj:`bool`, optional): Defines whether ``promise`` would be processed in group*+*all* ``DelayQueue``s (if set to ``True``), or only through *all* ``DelayQueue`` (if set to ``False``), resulting in needed delays to avoid - hitting specified limits. Defaults to ``True``. + hitting specified limits. Defaults to ``False``. Notes: Method is designed to accept ``telegram.utils.promise.Promise`` as ``promise``