mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Typos fix in docs/source/bot/*
This commit is contained in:
parent
c70789eadb
commit
f708f0c930
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
BaseBot
|
||||
=======
|
||||
|
||||
This class is base of bot. In BaseBot implemented only methods for interactions with Telegram Bot API.
|
||||
This class is the base class for bot. BaseBot implements only methods for interaction with Telegram Bot API.
|
||||
|
||||
.. autoclass:: aiogram.bot.base.BaseBot
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
Bot object
|
||||
==========
|
||||
|
||||
That is extended (and recommended for usage) bot class based on BaseBot class.
|
||||
You can use instance of that bot in :obj:`aiogram.dispatcher.Dispatcher`
|
||||
This is extended (and recommended for use) bot class based on BaseBot class.
|
||||
You can use an instance of this bot in :obj:`aiogram.dispatcher.Dispatcher`
|
||||
|
||||
.. autoclass:: aiogram.bot.bot.Bot
|
||||
:members:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue