mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 13:14:52 +00:00
Update API compiler
This commit is contained in:
parent
8f1e4b41cb
commit
eb27c8c97e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue