diff --git a/clblob/__init__.py b/clblob/__init__.py index 20d3c02..4dd883b 100644 --- a/clblob/__init__.py +++ b/clblob/__init__.py @@ -127,7 +127,7 @@ The index position of each item in the cluster list is used as the identifier for each **bucket**. * Each **bucket** is a dictionary. In this case, each bucket has - two key-values. The first is **replaces**, which is a list of replica + two key-values. The first is **replicas**, which is a list of replica identifiers. The second is a **write_weight** which defines what proportion of new writes will go to this bucket.