Skip to content

Commit 8e57d39

Browse files
orbin123Strift
andauthored
Update meilisearch/client.py
Co-authored-by: Laurent Cazanove <lau.cazanove@gmail.com>
1 parent fd08d7c commit 8e57d39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

meilisearch/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,8 @@ def add_or_update_networks(self, body: Union[MutableMapping[str, Any], None]) ->
904904
----------
905905
body:
906906
The network configuration dictionary. must contain either:
907-
- 'remotes': A dictionary of follower instances (Star Topology).
908-
- 'leader': A string URL of the leader instance.
907+
- 'remotes': A dictionary of instances in the network
908+
- 'leader': The leader instance (should be a key in the `remotes` dictionary)
909909
910910
Returns
911911
-------

0 commit comments

Comments
 (0)