Typos fix in docs/source/bot/*

This commit is contained in:
Suren Khorenyan 2018-01-23 13:12:41 +03:00
parent c70789eadb
commit f708f0c930
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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: