Skip to content

Commit 2032cec

Browse files
committed
Remove superfluous information
1 parent 578dab1 commit 2032cec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/api/compiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ def start():
336336

337337
if c.section == "functions":
338338
docstring_args += "\n\n Returns:\n " + get_docstring_arg_type(c.return_type)
339-
docstring_args += "\n\n Raises:\n RPCError: In case of a Telegram RPC error."
340339

341340
else:
342341
references = get_references(".".join(filter(None, [c.namespace, c.name])))

0 commit comments

Comments
 (0)