Fix minor typo in typing() docs
This commit is contained in:
parent
ac061c31fb
commit
3b55573777
@ -1315,7 +1315,7 @@ class Messageable(Protocol):
|
|||||||
|
|
||||||
Example Usage: ::
|
Example Usage: ::
|
||||||
async with channel.typing():
|
async with channel.typing():
|
||||||
# stimulate something heavy
|
# simulate something heavy
|
||||||
await asyncio.sleep(10)
|
await asyncio.sleep(10)
|
||||||
|
|
||||||
await channel.send('done!')
|
await channel.send('done!')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user