diff --git a/compiler/api/compiler.py b/compiler/api/compiler.py index 5607ce5a..556ee931 100644 --- a/compiler/api/compiler.py +++ b/compiler/api/compiler.py @@ -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 = []