diff --git a/compiler/api/compiler.py b/compiler/api/compiler.py index 53b35929..21348336 100644 --- a/compiler/api/compiler.py +++ b/compiler/api/compiler.py @@ -336,7 +336,6 @@ def start(): if c.section == "functions": docstring_args += "\n\n Returns:\n " + get_docstring_arg_type(c.return_type) - docstring_args += "\n\n Raises:\n RPCError: In case of a Telegram RPC error." else: references = get_references(".".join(filter(None, [c.namespace, c.name])))