From 07dbe125374c60ac565e6981076abb32e6939833 Mon Sep 17 00:00:00 2001 From: chiri <2alivemafia@gmail.com> Date: Sun, 27 Oct 2024 02:27:29 +0300 Subject: [PATCH] [docs] fix typo --- CHANGES/1599.doc.rst | 1 + docs/utils/formatting.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CHANGES/1599.doc.rst diff --git a/CHANGES/1599.doc.rst b/CHANGES/1599.doc.rst new file mode 100644 index 00000000..500578c8 --- /dev/null +++ b/CHANGES/1599.doc.rst @@ -0,0 +1 @@ +Add missing closing tag for bold. diff --git a/docs/utils/formatting.rst b/docs/utils/formatting.rst index 9f3a0572..6c70d23b 100644 --- a/docs/utils/formatting.rst +++ b/docs/utils/formatting.rst @@ -28,7 +28,7 @@ Is the same as the next example, but without usage markup .. code-block:: python await message.answer( - text=f"Hello, {html.quote(message.from_user.full_name)}!", + text=f"Hello, {html.quote(message.from_user.full_name)}!", parse_mode=ParseMode.HTML )