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