From eb27c8c97e1f52b3f3b23bfbf08e4b497c62415c Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 23 Jan 2018 16:43:48 +0100 Subject: [PATCH] Update API compiler --- compiler/api/compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/api/compiler.py b/compiler/api/compiler.py index 1e87c0b3..ad5964bf 100644 --- a/compiler/api/compiler.py +++ b/compiler/api/compiler.py @@ -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) ) )