mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +00:00
Update docs
This commit is contained in:
@@ -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 = []
|
||||
|
Reference in New Issue
Block a user