Update aiohttp.rst (#872)

fix import
This commit is contained in:
Alexey 2022-03-26 19:55:08 +04:00 committed by GitHub
parent a37bbba38c
commit baf31a531a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ Usage example
.. code-block:: .. code-block::
from aiogram import Bot from aiogram import Bot
from aiogram.session.aiohttp import AiohttpSession from aiogram.client.session.aiohttp import AiohttpSession
session = AiohttpSession() session = AiohttpSession()
bot = Bot('42:token', session=session) bot = Bot('42:token', session=session)