interfaces.py: minor docstring edit

This commit is contained in:
Brian Warner 2009-02-16 14:58:16 -07:00
parent 1e078794b2
commit 8ff76c6269

View 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))