mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Remove superfluous information
This commit is contained in:
parent
578dab171c
commit
2032cec4d0
@ -336,7 +336,6 @@ def start():
|
|||||||
|
|
||||||
if c.section == "functions":
|
if c.section == "functions":
|
||||||
docstring_args += "\n\n Returns:\n " + get_docstring_arg_type(c.return_type)
|
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:
|
else:
|
||||||
references = get_references(".".join(filter(None, [c.namespace, c.name])))
|
references = get_references(".".join(filter(None, [c.namespace, c.name])))
|
||||||
|
Loading…
Reference in New Issue
Block a user