mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Update docs
This commit is contained in:
parent
20c0cf2efb
commit
edbca87d36
2 changed files with 2 additions and 2 deletions
|
|
@ -277,7 +277,7 @@ def start():
|
||||||
references = get_references(".".join(filter(None, [c.namespace, c.name])))
|
references = get_references(".".join(filter(None, [c.namespace, c.name])))
|
||||||
|
|
||||||
if references:
|
if references:
|
||||||
docstring_args += "\n\n See Also:\n This type is returned by " + references + "."
|
docstring_args += "\n\n See Also:\n This type can be returned by " + references + "."
|
||||||
|
|
||||||
if c.has_flags:
|
if c.has_flags:
|
||||||
write_flags = []
|
write_flags = []
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,6 @@ Unknown Error
|
||||||
|
|
||||||
.. module:: pyrogram.api.errors.UnknownError
|
.. module:: pyrogram.api.errors.UnknownError
|
||||||
|
|
||||||
.. autoclass:: pyrogram.api.errors.error.UnknownError
|
.. autoexception:: pyrogram.api.errors.error.UnknownError
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue