mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Update generated code docstrings
This commit is contained in:
parent
0e78fc20e5
commit
e7b51ecec8
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ def start():
|
|||
else:
|
||||
docstring_args = "No parameters required."
|
||||
|
||||
docstring_args = "Attributes:\n ID (:obj:`int`): ``{}``\n\n ".format(c.id) + docstring_args
|
||||
docstring_args = "Attributes:\n ID: ``{}``\n\n ".format(c.id) + docstring_args
|
||||
|
||||
if c.section == "functions":
|
||||
docstring_args += "\n\n Raises:\n :obj:`pyrogram.Error`"
|
||||
|
|
|
|||
Loading…
Reference in a new issue