put the comment back

This commit is contained in:
Jean-Paul Calderone 2021-11-12 16:25:36 -05:00
parent dece67ee3a
commit 6c2e85e991

View File

@ -1496,7 +1496,7 @@ class MutableServer(unittest.TestCase):
def test_writev_without_renew_lease(self):
"""
The helper method ``slot_testv_and_readv_and_writev`` does not renew
leases if ``renew_leases```` is ``False``.
leases if ``False`` is passed for the ``renew_leases`` parameter.
"""
ss = self.create("test_writev_without_renew_lease")