Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clblob/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down