mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 12:57:52 +00:00
Remove superfluous information
This commit is contained in:
parent
578dab171c
commit
2032cec4d0
@ -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])))
|
||||
|
Loading…
x
Reference in New Issue
Block a user