From 63d8341763d8b4716dcd38770c1a10ca8302d094 Mon Sep 17 00:00:00 2001 From: Martin Reinhardt Date: Tue, 5 Dec 2023 10:25:24 +0100 Subject: [PATCH] Add missing documentation to completion response --- aleph_alpha_client/completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleph_alpha_client/completion.py b/aleph_alpha_client/completion.py index 2757452..272f7c8 100644 --- a/aleph_alpha_client/completion.py +++ b/aleph_alpha_client/completion.py @@ -247,7 +247,7 @@ def _asdict(self) -> Mapping[str, Any]: @dataclass(frozen=True) class CompletionResponse: - """ + """ Describes a completion response Parameters: