Skip to content

Commit fec336a

Browse files
LumabotsJustaSqu1d
andauthored
Update __init__.py
Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: Lumouille <[email protected]>
1 parent 136d9c8 commit fec336a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ext/tasks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ def loop(
821821
defaults to :func:`asyncio.get_event_loop`.
822822
823823
overlap: Union[:class:`bool`, :class:`int`]
824-
Controls whether to allow overlapping executions of the loop task.
824+
Controls whether to allow overlapping executions of the task loop.
825825
826826
- If set to :class:`False` (default), the next iteration waits until the previous finishes.
827827
- If set to :class:`True`, overlapping executions are allowed with no limit.

0 commit comments

Comments
 (0)