mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore(docs): fix defaults.rst
Fix parameter name `default`.
This commit is contained in:
parent
ac96f0d233
commit
1943059531
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ Here is an example of setting default parse mode for all requests to Telegram Bo
|
|||
|
||||
bot = Bot(
|
||||
token=...,
|
||||
defaults=DefaultBotProperties(
|
||||
default=DefaultBotProperties(
|
||||
parse_mode=ParseMode.HTML,
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue