From 8e27fb5f7030a57526459d4e8213c7c9baeba63e Mon Sep 17 00:00:00 2001 From: "Paul D. Fernhout" Date: Fri, 12 May 2017 21:19:47 -0400 Subject: [PATCH] Typo fix for clblob/__init__.py documentation --- clblob/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.