From b209c9cdabfdc7091dd3066d9669155988a866e8 Mon Sep 17 00:00:00 2001 From: james-bradley-nhs Date: Tue, 18 Feb 2025 12:00:23 +0000 Subject: [PATCH 1/2] mesh-2043: update docstring7 --- mesh_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_client/__init__.py b/mesh_client/__init__.py index 950380b..4f35cd8 100644 --- a/mesh_client/__init__.py +++ b/mesh_client/__init__.py @@ -723,7 +723,7 @@ def send_message( compressed, checksum, partner_id, content_type Returns: - Response: raw http response + message_id: string """ compress = self._transparent_compress if compress is None else compress From e375eb04c9516de98bea79d8a3eb276247ac5cbb Mon Sep 17 00:00:00 2001 From: james-bradley-nhs Date: Tue, 18 Feb 2025 12:00:23 +0000 Subject: [PATCH 2/2] mesh-2043: update docstring7 --- mesh_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_client/__init__.py b/mesh_client/__init__.py index 950380b..4f35cd8 100644 --- a/mesh_client/__init__.py +++ b/mesh_client/__init__.py @@ -723,7 +723,7 @@ def send_message( compressed, checksum, partner_id, content_type Returns: - Response: raw http response + message_id: string """ compress = self._transparent_compress if compress is None else compress