From 77e3f5abfe8f7608b01c53e9c250d28ed466e89e Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 24 Mar 2018 17:16:45 +0100 Subject: [PATCH] Update docs --- compiler/api/compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []