mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Update docs
This commit is contained in:
parent
236f225526
commit
77e3f5abfe
@ -283,7 +283,7 @@ def start():
|
||||
references = get_references(".".join(filter(None, [c.namespace, c.name])))
|
||||
|
||||
if references:
|
||||
docstring_args += "\n\n See Also:\n This type can be returned by " + references + "."
|
||||
docstring_args += "\n\n See Also:\n This object can be returned by " + references + "."
|
||||
|
||||
if c.has_flags:
|
||||
write_flags = []
|
||||
|
Loading…
Reference in New Issue
Block a user