[docs] fix typo

This commit is contained in:
chiri 2024-10-27 02:27:29 +03:00
parent 51beb48257
commit 07dbe12537
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@ Is the same as the next example, but without usage markup
.. code-block:: python
await message.answer(
text=f"Hello, <b>{html.quote(message.from_user.full_name)}!",
text=f"Hello, <b>{html.quote(message.from_user.full_name)}</b>!",
parse_mode=ParseMode.HTML
)