aiogram/docs
Michael 217e24fb31
Fixed path of I18n Class
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-07 03:20:55 +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 Fix docs and examples (#864) 2022-03-26 17:30:46 +02:00
utils Fixed path of I18n Class 2022-04-07 03:20:55 +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