mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-01 07:10:53 +00:00
Typo.
This commit is contained in:
parent
60bcd5fe9f
commit
4efa65d3db
@ -133,7 +133,7 @@ class StorageIndexUploads(object):
|
|||||||
# Map share number to BucketWriter
|
# Map share number to BucketWriter
|
||||||
shares = attr.ib(factory=dict) # type: Dict[int,BucketWriter]
|
shares = attr.ib(factory=dict) # type: Dict[int,BucketWriter]
|
||||||
|
|
||||||
# Mape share number to the upload secret (different shares might have
|
# Map share number to the upload secret (different shares might have
|
||||||
# different upload secrets).
|
# different upload secrets).
|
||||||
upload_secrets = attr.ib(factory=dict) # type: Dict[int,bytes]
|
upload_secrets = attr.ib(factory=dict) # type: Dict[int,bytes]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user