Skip to content

Commit 3a7d0df

Browse files
committed
Stating ArangoDB version in the docs.
1 parent 3c8e73f commit 3a7d0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cluster.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Below is an example on how to manage clusters using python-arango.
9191
cluster.toggle_maintenance_mode('on')
9292
cluster.toggle_maintenance_mode('off')
9393
94-
# Rebalance the distribution of shards.
94+
# Rebalance the distribution of shards. Available with ArangoDB 3.10+.
9595
cluster.rebalance()
9696
9797
See :ref:`ArangoClient` and :ref:`Cluster` for API specification.

0 commit comments

Comments
 (0)