Fix error message

This commit is contained in:
prryplatypus 2021-10-11 20:34:34 +02:00
parent 0ab7f5ff6b
commit cb791aa8b7
No known key found for this signature in database
GPG Key ID: 6687E128FB70819B

View File

@ -526,6 +526,6 @@ def test_app_uvloop_config(caplog):
"installed in your system. In order to use uvloop "
"you must first install it. Otherwise, you can disable "
"uvloop completely by setting the 'USE_UVLOOP' "
"configuration value to false. The app will now continue "
"configuration value to false. Sanic will now continue "
"to run without using uvloop."
) in caplog.record_tuples