From 4889129f3732219cb9cedb1eb27dec3da3f22db2 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Mon, 14 Apr 2014 23:34:39 +0100 Subject: [PATCH] Minor comment fix. refs #1847 Signed-off-by: Daira Hopwood --- src/allmydata/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/client.py b/src/allmydata/client.py index 12a10b74..e3214762 100644 --- a/src/allmydata/client.py +++ b/src/allmydata/client.py @@ -115,7 +115,7 @@ class Client(node.Node, pollmixin.PollMixin): # 1.0.0 storage client, it will work as they expect. OLDEST_SUPPORTED_VERSION = "1.0.0" - # this is a tuple of (needed, desired, total, max_segment_size). 'needed' + # This is a dictionary of (needed, desired, total, max_segment_size). 'needed' # is the number of shares required to reconstruct a file. 'desired' means # that we will abort an upload unless we can allocate space for at least # this many. 'total' is the total number of shares created by encoding. -- 2.45.2