From: Brian Warner Date: Mon, 16 Feb 2009 21:58:16 +0000 (-0700) Subject: interfaces.py: minor docstring edit X-Git-Tag: allmydata-tahoe-1.4.0~216 X-Git-Url: https://git.rkrishnan.org/vdrive/index.php?a=commitdiff_plain;h=8ff76c62694446457e8381da5986639a4f8877ca;p=tahoe-lafs%2Ftahoe-lafs.git interfaces.py: minor docstring edit --- diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 96840029..4df333cf 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -111,8 +111,8 @@ class RIStorageServer(RemoteInterface): @param canary: If the canary is lost before close(), the bucket is deleted. @return: tuple of (alreadygot, allocated), where alreadygot is what we - already have and is what we hereby agree to accept. New - leases are added for shares in both lists. + already have and allocated is what we hereby agree to accept. + New leases are added for shares in both lists. """ return TupleOf(SetOf(int, maxLength=MAX_BUCKETS), DictOf(int, RIBucketWriter, maxKeys=MAX_BUCKETS))