mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update aiohttp.rst
fix import
This commit is contained in:
parent
79588b7c5d
commit
d1fe2c83c2
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ Usage example
|
|||
.. code-block::
|
||||
|
||||
from aiogram import Bot
|
||||
from aiogram.session.aiohttp import AiohttpSession
|
||||
from aiogram.client.session.aiohttp import AiohttpSession
|
||||
|
||||
session = AiohttpSession()
|
||||
bot = Bot('42:token', session=session)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue