mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
interfaces.py: minor docstring edit
This commit is contained in:
parent
1e078794b2
commit
8ff76c6269
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user