diff --git a/docs/source/design.rst b/docs/source/design.rst index 60e8a39a..b366fbab 100644 --- a/docs/source/design.rst +++ b/docs/source/design.rst @@ -75,10 +75,7 @@ WSGI application, this is not a recommended configuration. AsyncIO Workers --------------- -These workers are compatible with Python 3. - -You can port also your application to use aiohttp_'s ``web.Application`` API and use the -``aiohttp.worker.GunicornWebWorker`` worker. +Third-party workers can be usedd to use Gunicorn with asyncio frameworks. Choosing a Worker Type ======================