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