From 0f9c11cfde80ac0c83b75563ca65b0242176a46d Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Sat, 10 Jan 2009 12:54:08 -0700 Subject: [PATCH] immutable: fix edit-o in interfaces.py documentation introduced in recent patch --- src/allmydata/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 54176c69..98553ab1 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -1460,7 +1460,7 @@ class IUploadResults(Interface): .file_size : the size of the file, in bytes .uri : the CHK read-cap for the file .ciphertext_fetched : how many bytes were fetched by the helper - .renamed_sharemap: dict mapping share identifier to set of serverids + .sharemap: dict mapping share identifier to set of serverids (binary strings). This indicates which servers were given which shares. For immutable files, the shareid is an integer (the share number, from 0 to N-1). For mutable -- 2.45.2