From 8ff76c62694446457e8381da5986639a4f8877ca Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 16 Feb 2009 14:58:16 -0700 Subject: [PATCH] interfaces.py: minor docstring edit --- src/allmydata/interfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.45.2