From 28a4c1b25ea6b13ae0c32179d45aa5bc9d289012 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sat, 19 Dec 2020 20:22:09 +0300 Subject: [PATCH] Typo fixed in the AsyncIO docs --- docs/source/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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