2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-30 22:05:28 +00:00

Update docs

This commit is contained in:
Dan
2018-01-08 08:31:20 +01:00
parent 20c0cf2efb
commit edbca87d36
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ def start():
references = get_references(".".join(filter(None, [c.namespace, c.name])))
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:
write_flags = []