aiogram/docs/utils
Michael 930bca0876
Fixed path of I18n Class (#879)
The I18n Class gets imported in 3.0.0b2 as follows:
from aiogram.utils.i18n import I18n

Whereas the documentation implies that it should be:
from aiogram.utils.i18n.code import I18n
2022-04-11 04:08:27 +03:00
..
chat_action.rst Bot API 5.7 and some new features (#834) 2022-02-19 01:45:59 +02:00
i18n.rst Fixed path of I18n Class (#879) 2022-04-11 04:08:27 +03:00
index.rst Bot API 5.7 and some new features (#834) 2022-02-19 01:45:59 +02:00
keyboard.rst More docs 2021-10-12 01:11:53 +03:00