diff --git a/docs/utils/i18n.rst b/docs/utils/i18n.rst index 9ca61510..13d47ed6 100644 --- a/docs/utils/i18n.rst +++ b/docs/utils/i18n.rst @@ -81,7 +81,7 @@ Configuring engine After you messages is already done to use gettext your bot should know how to detect user language -On top of your application the instance of :class:`aiogram.utils.i18n.code.I18n` should be created +On top of your application the instance of :class:`aiogram.utils.i18n.I18n` should be created .. code-block::