mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Update docs
This commit is contained in:
parent
236f225526
commit
77e3f5abfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue