mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-22 16:58:58 +00:00
Clarify this docstring
This commit is contained in:
@ -1411,8 +1411,8 @@ class MutableServer(unittest.TestCase):
|
|||||||
|
|
||||||
def test_remove_non_present(self):
|
def test_remove_non_present(self):
|
||||||
"""
|
"""
|
||||||
A write vector which would remove a share completely can be applied on a
|
A write vector which would remove a share completely is applied as a no-op
|
||||||
server which does not have the share as a no-op.
|
by a server which does not have the share.
|
||||||
"""
|
"""
|
||||||
ss = self.create("test_remove_non_present")
|
ss = self.create("test_remove_non_present")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user