Browse Source

Fix minor typo in typing() docs

pull/6887/merge
numbermaniac 4 years ago
committed by GitHub
parent
commit
3b55573777
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/abc.py

2
discord/abc.py

@ -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…
Cancel
Save