Minor docs change: less -> fewer

Just a tiny grammatical fix
This commit is contained in:
Joshua Coales 2021-08-03 12:19:03 +01:00 committed by GitHub
parent 79866750d2
commit 716f73c60d
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``.