mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 08:14:50 +00:00
Update API compiler
This commit is contained in:
parent
ddb8c9e595
commit
b1b04b5768
1 changed files with 4 additions and 4 deletions
|
|
@ -264,7 +264,7 @@ def start():
|
||||||
docstring_args.append(
|
docstring_args.append(
|
||||||
"{}: {}{}".format(
|
"{}: {}{}".format(
|
||||||
arg_name,
|
arg_name,
|
||||||
"(optional {}) ".format(flag_number) if is_optional else "",
|
"``optional.{}``".format(flag_number) if is_optional else "",
|
||||||
get_docstring_arg_type(arg_type)
|
get_docstring_arg_type(arg_type)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue