mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-22 03:35:16 +00:00
interface.py: fix typo
This commit is contained in:
parent
76b7b9d835
commit
819d6b3d03
@ -1556,7 +1556,7 @@ class ICheckerResults(Interface):
|
||||
sharemap: dict mapping share identifier to list of serverids
|
||||
(binary strings). This indicates which servers are holding
|
||||
which shares. For immutable files, the shareid is an
|
||||
integer (the share number, from 0 to N-1). For immutable
|
||||
integer (the share number, from 0 to N-1). For mutable
|
||||
files, it is a string of the form 'seq%d-%s-sh%d',
|
||||
containing the sequence number, the roothash, and the
|
||||
share number.
|
||||
|
Loading…
x
Reference in New Issue
Block a user