mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Fix minor typo in typing() docs
This commit is contained in:
parent
ac061c31fb
commit
3b55573777
@ -1315,7 +1315,7 @@ class Messageable(Protocol):
|
||||
|
||||
Example Usage: ::
|
||||
async with channel.typing():
|
||||
# stimulate something heavy
|
||||
# simulate something heavy
|
||||
await asyncio.sleep(10)
|
||||
|
||||
await channel.send('done!')
|
||||
|
Loading…
x
Reference in New Issue
Block a user