From dcd11fd0d2ed3e90819d2509baaa0a2411e91ef4 Mon Sep 17 00:00:00 2001 From: Metin Dumandag Date: Sat, 12 Dec 2020 15:42:10 +0300 Subject: [PATCH 1/2] Update Hazelcast Cloud discovery documentation Corrected a small typo. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 96b56a3aa0..e5bd0b2895 100644 --- a/README.rst +++ b/README.rst @@ -1246,7 +1246,7 @@ See the `Mutual Authentication section <#813-mutual-authentication>`__. Hazelcast Python client can discover and connect to Hazelcast clusters running on `Hazelcast Cloud `__. For this, -provide authentication information as ``cluster_name``, enable cloud +provide authentication information as ``cluster_name`` and enable cloud discovery by setting your ``cloud_discovery_token`` as shown below. .. code:: python From 9b2c8e087e87fbd4dde6263e54061495fd848219 Mon Sep 17 00:00:00 2001 From: mdumandag Date: Mon, 14 Dec 2020 10:05:48 +0300 Subject: [PATCH 2/2] replace Client with client --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e5bd0b2895..fedc31d90c 100644 --- a/README.rst +++ b/README.rst @@ -1259,7 +1259,7 @@ discovery by setting your ``cloud_discovery_token`` as shown below. If you have enabled encryption for your cluster, you should also enable TLS/SSL configuration for the client to secure communication between your client and cluster members as described in the `TLS/SSL for -Hazelcast Python Client +Hazelcast Python client section <#812-tlsssl-for-hazelcast-python-clients>`__. 5.7. Configuring Backup Acknowledgment