We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136d9c8 commit fec336aCopy full SHA for fec336a
discord/ext/tasks/__init__.py
@@ -821,7 +821,7 @@ def loop(
821
defaults to :func:`asyncio.get_event_loop`.
822
823
overlap: Union[:class:`bool`, :class:`int`]
824
- Controls whether to allow overlapping executions of the loop task.
+ Controls whether to allow overlapping executions of the task loop.
825
826
- If set to :class:`False` (default), the next iteration waits until the previous finishes.
827
- If set to :class:`True`, overlapping executions are allowed with no limit.
0 commit comments