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:20 +01:00 committed by GitHub
parent 97fc831388
commit 8cee8a614b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ class GracefulTCPServer(socketserver.TCPServer):
def create_http_server(port):
"""
Setup and start an HTTP server for the given TCP port.
This server stay active for the lifetime of the context, and is automatically
This server stays active for the lifetime of the context, and is automatically
stopped with context exit, while its temporary webroot is deleted.
:param int port: the TCP port to use
:return str: the temporary webroot attached to this server