Fixed typo

This commit is contained in:
Alex Root Junior 2023-08-06 19:23:15 +03:00
parent c9f0b36ad6
commit f54ed1326b
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -3,9 +3,9 @@ You can use it like this:
.. code-block:: python
from aiogram import Bot
from aiogram.enum import Currency
await Bot.send_invoice(
await bot.send_invoice(
...,
currency=Currency.USD,
...