]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
interfaces.py: minor docstring edit
authorBrian Warner <warner@lothar.com>
Mon, 16 Feb 2009 21:58:16 +0000 (14:58 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 16 Feb 2009 21:58:16 +0000 (14:58 -0700)
src/allmydata/interfaces.py

index 9684002952d7911362b736a74cec2a3ffd0bdf1f..4df333cfde6adc9b7e0f27bcefe47a6ecc3dfe45 100644 (file)
@@ -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))