typo fix

Ahmed Toubar 2022-05-29 13:53:28 +02:00
parent 20fe4e38ce
commit 52db72ff38

@ -23,7 +23,7 @@ application = Application.builder().token('TOKEN').build()
you will automatically have
* the `Updater` available as `application.updater`
* the `Bot` available as `application.(updater.)bot`
* the `Bot` available as `application.(updater).bot`
* a `BaseRequest` object initialized and ready to be used by the `application.bot`
* several other components & sane default values set up.