Clarify this docstring

This commit is contained in:
Jean-Paul Calderone
2019-08-23 08:11:38 -04:00
parent de8199d3b0
commit 7eb17f199c

View File

@ -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")