Skip to content

Commit 2c38b03

Browse files
authored
Update design.rst
make the asyncio docs more explicit. YODO: revisit this documentation later to be more exhaustive
1 parent ad7c1de commit 2c38b03

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎docs/source/design.rst‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ WSGI application, this is not a recommended configuration.
7575
AsyncIO Workers
7676
---------------
7777

78-
These workers are compatible with Python 3.
79-
80-
You can port also your application to use aiohttp_'s ``web.Application`` API and use the
81-
``aiohttp.worker.GunicornWebWorker`` worker.
78+
Third-party workers can be usedd to use Gunicorn with asyncio frameworks.
8279

8380
Choosing a Worker Type
8481
======================

0 commit comments

Comments
 (0)