From: Zooko O'Whielacronx Date: Sat, 10 Jan 2009 19:54:08 +0000 (-0700) Subject: immutable: fix edit-o in interfaces.py documentation introduced in recent patch X-Git-Tag: allmydata-tahoe-1.3.0~213 X-Git-Url: https://git.rkrishnan.org/frontends/FTP-and-SFTP.rst?a=commitdiff_plain;h=0f9c11cfde80ac0c83b75563ca65b0242176a46d;p=tahoe-lafs%2Ftahoe-lafs.git immutable: fix edit-o in interfaces.py documentation introduced in recent patch --- 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