From 5b4f7b2c10b2a9732aa4862c3551889b3f3b9229 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 7 Sep 2025 09:53:58 +0200 Subject: [PATCH] Fix spaces in docstring --- executorlib/standalone/interactive/communication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executorlib/standalone/interactive/communication.py b/executorlib/standalone/interactive/communication.py index 1be6f13a..d020319a 100644 --- a/executorlib/standalone/interactive/communication.py +++ b/executorlib/standalone/interactive/communication.py @@ -85,7 +85,7 @@ def send_and_receive_dict(self, input_dict: dict) -> dict: Args: input_dict (dict): dictionary of commands to be communicated. The key "shutdown" is reserved to stop the - connected client from listening. + connected client from listening. Returns: dict: dictionary with response received from the connected client