Mistake in MessageQueue.__call__'s docstring (#1249)

This commit is contained in:
Pavel Shakhov 2018-10-08 16:36:59 +03:00 committed by Eldinnie
parent 4861d1a20d
commit 9ece7fdb1c

View file

@ -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``