From 81160b5db67c83bc22177af936bef20006c0296e Mon Sep 17 00:00:00 2001 From: robo-bo Date: Tue, 7 Jun 2022 12:18:11 +0300 Subject: [PATCH] Docs fix --- Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py b/Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py index 87e37e64..d9eb4dac 100644 --- a/Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py +++ b/Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py @@ -1101,12 +1101,12 @@ def WebRequestParseFile(inRequest=None): def WebRequestResponseSend(inResponeStr, inRequest=None, inContentTypeStr: str = None, inHeadersDict: dict = None): """ - Send response for the request + Set response for the request - :param inResponeStr: + :param inResponeStr: Response string :param inRequest: inRequest from the server. Optional if call def from request thread - :param inContentTypeStr: - :param inHeadersDict: + :param inContentTypeStr: Type content-type. Example: "html/text" + :param inHeadersDict: Dict of the headers for the response :return: """ if inRequest is None: inRequest = WebRequestGet()