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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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