1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Update certbot-ci/certbot_integration_tests/utils/misc.py

Co-Authored-By: adferrand <adferrand@users.noreply.github.com>
This commit is contained in:
ohemorange
2019-03-28 09:10:02 +01:00
committed by GitHub
parent 6166805d55
commit 97fc831388

View File

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