mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
[docs] fix typo (#1599)
This commit is contained in:
parent
51beb48257
commit
4531c3628c
2 changed files with 2 additions and 1 deletions
1
CHANGES/1599.doc.rst
Normal file
1
CHANGES/1599.doc.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add missing closing tag for bold.
|
||||
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue