From e4c31f17d5abaf66c103b32922dd550a91a8db1e Mon Sep 17 00:00:00 2001 From: Jack Green Date: Fri, 2 Aug 2024 06:38:30 +0100 Subject: [PATCH] Fix PR Builder --- docs/using_python_client_with_hazelcast.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_python_client_with_hazelcast.rst b/docs/using_python_client_with_hazelcast.rst index e318811fc7..cbc7e2983a 100644 --- a/docs/using_python_client_with_hazelcast.rst +++ b/docs/using_python_client_with_hazelcast.rst @@ -1401,7 +1401,7 @@ The code that runs on the entries is implemented in Java on the server side. The client side entry processor is used to specify which entry processor should be called. For more details about the Java implementation of the entry processor, see the `Entry Processor section -`__ +`__ in the Hazelcast Reference Manual. After the above implementations and configuration are done and you start