Indentation fix

This commit is contained in:
Andres Sanchez 2018-11-01 10:59:45 -06:00
parent 056180782c
commit 7c182f63c8

View File

@ -841,7 +841,7 @@ class Sanic:
"change to create_server().\nSee more: "
"https://sanic.readthedocs.io/en/latest/sanic/deploying.html"
"#asynchronous-support"
)
)
"""Run the HTTP Server and listen until keyboard interrupt or term
signal. On termination, drain connections before closing.