Correct docstring.

This commit is contained in:
Itamar Turner-Trauring 2021-09-27 15:04:04 -04:00
parent 1c10fa8c7f
commit da937cef9e

View File

@ -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(