mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-06 01:51:59 +00:00
[docs] Fix typo in tasks docs
This commit is contained in:
parent
3dd99a7697
commit
aa725f4a4a
@ -504,7 +504,7 @@ class Loop(Generic[LF]):
|
|||||||
return coro
|
return coro
|
||||||
|
|
||||||
def after_loop(self, coro: FT) -> FT:
|
def after_loop(self, coro: FT) -> FT:
|
||||||
"""A decorator that register a coroutine to be called after the loop finished running.
|
"""A decorator that registers a coroutine to be called after the loop finishes running.
|
||||||
|
|
||||||
The coroutine must take no arguments (except ``self`` in a class context).
|
The coroutine must take no arguments (except ``self`` in a class context).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user