mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-28 00:56:19 +00:00
Update API compiler
This commit is contained in:
parent
faeb5d6e01
commit
981fba0ffd
@ -264,7 +264,7 @@ def start():
|
||||
docstring_args.append(
|
||||
"{}: {}{}".format(
|
||||
arg_name,
|
||||
"``optional``".format(flag_number) if is_optional else "",
|
||||
"``optional`` ".format(flag_number) if is_optional else "",
|
||||
get_docstring_arg_type(arg_type)
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user