aiogram/docs
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
..
_static More docs 2021-10-12 01:11:53 +03:00
api Update aiohttp.rst (#872) 2022-03-26 17:55:08 +02:00
dispatcher Dispathcer to Dispatcher on docs (#881) 2022-04-11 03:34:24 +03:00
utils Fixed path of I18n Class (#879) 2022-04-11 04:08:27 +03:00
changelog.rst towncrier integration (#647) 2021-08-01 19:08:03 +03:00
conf.py Remove MkDocs 2021-05-13 00:13:09 +03:00
index.rst Update README and docs main page 2021-10-11 01:29:06 +03:00
install.rst Update installation instructions (#655) 2021-08-03 02:06:52 +03:00
make.bat Remove MkDocs 2021-05-13 00:13:09 +03:00
Makefile Remove MkDocs 2021-05-13 00:13:09 +03:00
requirements.txt Remove MkDocs 2021-05-13 00:13:09 +03:00