From 97fc831388a5788b291eb4cd2e8b321a7337f69c Mon Sep 17 00:00:00 2001 From: ohemorange Date: Thu, 28 Mar 2019 09:10:02 +0100 Subject: [PATCH] Update certbot-ci/certbot_integration_tests/utils/misc.py Co-Authored-By: adferrand --- certbot-ci/certbot_integration_tests/utils/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-ci/certbot_integration_tests/utils/misc.py b/certbot-ci/certbot_integration_tests/utils/misc.py index 787475740..ea5713e85 100644 --- a/certbot-ci/certbot_integration_tests/utils/misc.py +++ b/certbot-ci/certbot_integration_tests/utils/misc.py @@ -42,7 +42,7 @@ def check_until_timeout(url): class GracefulTCPServer(socketserver.TCPServer): """ - This subclass of TCPServer allows to gracefully reuse an address that has + This subclass of TCPServer allows graceful reuse of an address that has just been released by another instance of TCPServer. """ allow_reuse_address = True