mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Correct docstring.
This commit is contained in:
parent
1c10fa8c7f
commit
da937cef9e
@ -353,8 +353,10 @@ class IStorageServer(Interface):
|
||||
:see: ``RIStorageServer.slot_testv_readv_and_writev``
|
||||
|
||||
While the interface mostly matches, test vectors are simplified.
|
||||
Instead of a tuple ``(start, offset, operator, data)`` they are just
|
||||
``(start, data_length, data)`` with operator implicitly being ``b"eq"``.
|
||||
Instead of a tuple ``(offset, read_size, operator, expected_data)`` in
|
||||
the original, for this method you need only pass in
|
||||
``(offset, read_size, expected_data)``, with the operator implicitly
|
||||
being ``b"eq"``.
|
||||
"""
|
||||
|
||||
def advise_corrupt_share(
|
||||
|
Loading…
Reference in New Issue
Block a user