From 7eb17f199c4ed4edf18c46d333b5bce769c31c35 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 23 Aug 2019 08:11:38 -0400 Subject: [PATCH] Clarify this docstring --- src/allmydata/test/test_storage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/allmydata/test/test_storage.py b/src/allmydata/test/test_storage.py index 87458c3a7..9f3aee9b8 100644 --- a/src/allmydata/test/test_storage.py +++ b/src/allmydata/test/test_storage.py @@ -1411,8 +1411,8 @@ class MutableServer(unittest.TestCase): def test_remove_non_present(self): """ - A write vector which would remove a share completely can be applied on a - server which does not have the share as a no-op. + A write vector which would remove a share completely is applied as a no-op + by a server which does not have the share. """ ss = self.create("test_remove_non_present")