Update docs to have fewer grammatical mistakes (#3121)

This commit is contained in:
Joshua Coales 2021-08-03 17:33:17 +01:00 committed by GitHub
parent 79866750d2
commit e2d97b44c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ After using Telethon:
Key differences:
* The recommended way to do it imports less things.
* The recommended way to do it imports fewer things.
* All handlers trigger by default, so we need ``events.StopPropagation``.
* Adding handlers, responding and running is a lot less verbose.
* Telethon needs ``async def`` and ``await``.