diff --git a/docs/source/design.rst b/docs/source/design.rst index 079e65ad..066fceaf 100644 --- a/docs/source/design.rst +++ b/docs/source/design.rst @@ -74,7 +74,7 @@ connection job. On keepalive connections are put back in the loop waiting for an event. If no event happen after the keep alive timeout, the connection is closed. -You can port also your application to use aiohttp_'s `web.Application`` API and use the +You can port also your application to use aiohttp_'s ``web.Application`` API and use the ``aiohttp.worker.GunicornWebWorker`` worker. Choosing a Worker Type