From b9abf701a0e1874e83a2c3687aa28a8fd6947932 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 7 Aug 2023 23:57:04 +0300 Subject: [PATCH] Fixed typo in changelog --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d0c27d7b..7e39287c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -27,7 +27,7 @@ Features .. code-block:: python - from aiogram.enum import Currency + from aiogram.enums import Currency await bot.send_invoice( ...,