Typo fixed in the AsyncIO docs

This commit is contained in:
Nikita Sobolev 2020-12-19 20:22:09 +03:00 committed by Berker Peksag
parent d7ff60536d
commit 28a4c1b25e

View File

@ -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