From 8bba811408b2e3a570701b34113a53662915f97c Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Fri, 1 Sep 2017 11:21:14 -0700 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ea9d85f..ce09f4b 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ Features asynchronous server based on `asyncio `_ (`sanic `_ and `aiohttp `_), `eventlet `_ or `gevent `_. For - development and testing, any WSGI complaint multi-threaded server can also be + development and testing, any WSGI compliant multi-threaded server can also be used. - Includes a WSGI middleware that integrates Socket.IO traffic with standard WSGI applications.